Html Css Color HEX #CF0004 Venetian Red

📋 copy color: '#CF0004'

red 207 ◦ green 0 ◦ blue 4

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

Shades of Venetian Red #CF0004

Tints of Venetian Red #CF0004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.9%

R = 98.1%
G = 0%
B = 1.9%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#CF0004 (or 0xCF0004) is known color: Venetian Red. HEX triplet: CF, 00 and 04. RGB value is (207,0,4). Sum of RGB (Red+Green+Blue) = 207+0+4=211 (27% of max value = 765). Red value is 207 (81.25% from 255 or 98.10% from 211); Green value is 0 (0.39% from 255 or 0% from 211); Blue value is 4 (1.95% from 255 or 1.90% from 211); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0004 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0004 is #30FFFB. Grayscale: #3E3E3E. Windows color (decimal): -3211260 or 262351. OLE color: 262351.

HSL color Cylindrical-coordinate representation of color #CF0004: hue angle of 358.84º 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 #CF0004 is Cyan = 0, Magento = 1, Yellow = 0.98 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 0 4 -
CMYK 0 1 0.98 0.19
HSL 358.84º 1% 0.41% -
HSV(B) 358.84º 1% 0.81% -
XYZ 25.75 13.27 1.32 -
YUV 62.35 95.08 231.17 -
System Red Green Blue C M Y K H S L
Decimal 207 0 4 0 1 0.98 0.19 358.84 1 0.41
Hex CF 0 4 0 64 62 13 167 64 29
Octal 317 0 4 0 144 142 23 547 144 51
Binary 11001111 0 100 0 1100100 1100010 10011 101100111 1100100 101001

Color Harmonies of #CF0004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0004

Black with #CF0004

Text Example


Text Example

White with #CF0004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0004; }

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

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

background-color css

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

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

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

border-color css

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

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

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