Html Css Color HEX #CF0308 Venetian Red

📋 copy color: '#CF0308'

red 207 ◦ green 3 ◦ blue 8

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

Shades of Venetian Red #CF0308

Tints of Venetian Red #CF0308

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.38%

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

R = 94.95%
G = 1.38%
B = 3.67%

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

#CF0308 (or 0xCF0308) is known color: Venetian Red. HEX triplet: CF, 03 and 08. RGB value is (207,3,8). Sum of RGB (Red+Green+Blue) = 207+3+8=218 (28% of max value = 765). Red value is 207 (81.25% from 255 or 94.95% from 218); Green value is 3 (1.56% from 255 or 1.38% from 218); Blue value is 8 (3.52% from 255 or 3.67% from 218); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0308 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0308 is #30FCF7. Grayscale: #404040. Windows color (decimal): -3210488 or 525263. OLE color: 525263.

HSL color Cylindrical-coordinate representation of color #CF0308: hue angle of 358.53º degrees, saturation: 0.97, 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 #CF0308 is Cyan = 0, Magento = 0.99, Yellow = 0.96 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 3 8 -
CMYK 0 0.99 0.96 0.19
HSL 358.53º 0.97% 0.41% -
HSV(B) 358.53º 0.99% 0.81% -
XYZ 25.81 13.35 1.45 -
YUV 64.57 96.09 229.59 -
System Red Green Blue C M Y K H S L
Decimal 207 3 8 0 0.99 0.96 0.19 358.53 0.97 0.41
Hex CF 3 8 0 63 60 13 167 61 29
Octal 317 3 10 0 143 140 23 547 141 51
Binary 11001111 11 1000 0 1100011 1100000 10011 101100111 1100001 101001

Color Harmonies of #CF0308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0308

Black with #CF0308

Text Example


Text Example

White with #CF0308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0308; }

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

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

background-color css

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

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

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

border-color css

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

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

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