Html Css Color HEX #CF0405 Venetian Red

📋 copy color: '#CF0405'

red 207 ◦ green 4 ◦ blue 5

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

Shades of Venetian Red #CF0405

Tints of Venetian Red #CF0405

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.85%

 BLUE value IS 5 (2.34% from 255) = 2.31%

R = 95.83%
G = 1.85%
B = 2.31%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#CF0405 (or 0xCF0405) is known color: Venetian Red. HEX triplet: CF, 04 and 05. RGB value is (207,4,5). Sum of RGB (Red+Green+Blue) = 207+4+5=216 (28% of max value = 765). Red value is 207 (81.25% from 255 or 95.83% from 216); Green value is 4 (1.95% from 255 or 1.85% from 216); Blue value is 5 (2.34% from 255 or 2.31% from 216); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0405 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0405 is #30FBFA. Grayscale: #414141. Windows color (decimal): -3210235 or 328911. OLE color: 328911.

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

Color convert

RGB 207 4 5 -
CMYK 0 0.98 0.98 0.19
HSL 359.7º 0.96% 0.41% -
HSV(B) 359.7º 0.98% 0.81% -
XYZ 25.8 13.36 1.36 -
YUV 64.81 94.25 229.42 -
System Red Green Blue C M Y K H S L
Decimal 207 4 5 0 0.98 0.98 0.19 359.7 0.96 0.41
Hex CF 4 5 0 62 62 13 168 60 29
Octal 317 4 5 0 142 142 23 550 140 51
Binary 11001111 100 101 0 1100010 1100010 10011 101101000 1100000 101001

Color Harmonies of #CF0405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0405

Black with #CF0405

Text Example


Text Example

White with #CF0405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0405; }

 p { color: rgb(207,4,5); }

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

background-color css

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

 a { background-color: rgb(207,4,5); }

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

border-color css

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

 span { border-color: rgb(207,4,5); }

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