Html Css Color HEX #CF0208 Venetian Red

📋 copy color: '#CF0208'

red 207 ◦ green 2 ◦ blue 8

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

Shades of Venetian Red #CF0208

Tints of Venetian Red #CF0208

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.92%

 BLUE value IS 8 (3.52% from 255) = 3.69%

R = 95.39%
G = 0.92%
B = 3.69%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#CF0208 (or 0xCF0208) is known color: Venetian Red. HEX triplet: CF, 02 and 08. RGB value is (207,2,8). Sum of RGB (Red+Green+Blue) = 207+2+8=217 (28% of max value = 765). Red value is 207 (81.25% from 255 or 95.39% from 217); Green value is 2 (1.17% from 255 or 0.92% from 217); Blue value is 8 (3.52% from 255 or 3.69% from 217); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0208 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0208 is #30FDF7. Grayscale: #404040. Windows color (decimal): -3210744 or 525007. OLE color: 525007.

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

Color convert

RGB 207 2 8 -
CMYK 0 0.99 0.96 0.19
HSL 358.24º 0.98% 0.41% -
HSV(B) 358.24º 0.99% 0.81% -
XYZ 25.8 13.33 1.44 -
YUV 63.98 96.42 230.01 -
System Red Green Blue C M Y K H S L
Decimal 207 2 8 0 0.99 0.96 0.19 358.24 0.98 0.41
Hex CF 2 8 0 63 60 13 166 62 29
Octal 317 2 10 0 143 140 23 546 142 51
Binary 11001111 10 1000 0 1100011 1100000 10011 101100110 1100010 101001

Color Harmonies of #CF0208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0208

Black with #CF0208

Text Example


Text Example

White with #CF0208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0208; }

 p { color: rgb(207,2,8); }

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

background-color css

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

 a { background-color: rgb(207,2,8); }

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

border-color css

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

 span { border-color: rgb(207,2,8); }

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