Html Css Color HEX #CF0026 Venetian Red

📋 copy color: '#CF0026'

red 207 ◦ green 0 ◦ blue 38

#CF0026
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Venetian Red #CF0026

Tints of Venetian Red #CF0026

RGB

 RED value IS 207 (81.25% from 255) = 84.49%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 38 (15.23% from 255) = 15.51%

R = 84.49%
G = 0%
B = 15.51%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.82

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CF0026 (or 0xCF0026) is known color: Venetian Red. HEX triplet: CF, 00 and 26. RGB value is (207,0,38). Sum of RGB (Red+Green+Blue) = 207+0+38=245 (32% of max value = 765). Red value is 207 (81.25% from 255 or 84.49% from 245); Green value is 0 (0.39% from 255 or 0% from 245); Blue value is 38 (15.23% from 255 or 15.51% from 245); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0026 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0026 is #30FFD9. Grayscale: #424242. Windows color (decimal): -3211226 or 2490575. OLE color: 2490575.

HSL color Cylindrical-coordinate representation of color #CF0026: hue angle of 348.99º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF0026 is Cyan = 0, Magento = 1, Yellow = 0.82 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 0 38 -
CMYK 0 1 0.82 0.19
HSL 348.99º 1% 0.41% -
HSV(B) 348.99º 1% 0.81% -
XYZ 26.08 13.41 3.05 -
YUV 66.23 112.08 228.41 -
System Red Green Blue C M Y K H S L
Decimal 207 0 38 0 1 0.82 0.19 348.99 1 0.41
Hex CF 0 26 0 64 52 13 15D 64 29
Octal 317 0 46 0 144 122 23 535 144 51
Binary 11001111 0 100110 0 1100100 1010010 10011 101011101 1100100 101001

Color Harmonies of #CF0026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0026

Black with #CF0026

Text Example


Text Example

White with #CF0026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0026; }

 p { color: rgb(207,0,38); }

 H1.HeaderClassName
 {
   color: #CF0026;
 }
 .AnyTagClassName
 {
   color: #CF0026;
 }
</style>

background-color css

<style>
 a { background-color: #CF0026; }

 a { background-color: rgb(207,0,38); }

 div.DivClassName
 {
   background-color: #CF0026;
 }
 .BgClassName
 {
   background-color: #CF0026;
 }
</style>

border-color css

<style>
 span { border-color: #CF0026; }

 span { border-color: rgb(207,0,38); }

 td.TdClassName
 {
   border-color: #CF0026;
 }
 .TagClassName
 {
   border-color: #CF0026;
 }
</style>