Html Css Color HEX #C90004 Venetian Red

📋 copy color: '#C90004'

red 201 ◦ green 0 ◦ blue 4

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

Shades of Venetian Red #C90004

Tints of Venetian Red #C90004

RGB

 RED value IS 201 (78.91% from 255) = 98.05%

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

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

R = 98.05%
G = 0%
B = 1.95%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.98

 K value IS 0.21

RGB Variations

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

Color information

#C90004 (or 0xC90004) is known color: Venetian Red. HEX triplet: C9, 00 and 04. RGB value is (201,0,4). Sum of RGB (Red+Green+Blue) = 201+0+4=205 (27% of max value = 765). Red value is 201 (78.91% from 255 or 98.05% from 205); Green value is 0 (0.39% from 255 or 0% from 205); Blue value is 4 (1.95% from 255 or 1.95% from 205); Max value from RGB is 201 - color contains mainly: red. Hex color #C90004 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C90004 is #36FFFB. Grayscale: #3C3C3C. Windows color (decimal): -3604476 or 262345. OLE color: 262345.

HSL color Cylindrical-coordinate representation of color #C90004: hue angle of 358.81º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C90004 is Cyan = 0, Magento = 1, Yellow = 0.98 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 0 4 -
CMYK 0 1 0.98 0.21
HSL 358.81º 1% 0.39% -
HSV(B) 358.81º 1% 0.79% -
XYZ 24.11 12.43 1.24 -
YUV 60.56 96.09 228.17 -
System Red Green Blue C M Y K H S L
Decimal 201 0 4 0 1 0.98 0.21 358.81 1 0.39
Hex C9 0 4 0 64 62 15 167 64 27
Octal 311 0 4 0 144 142 25 547 144 47
Binary 11001001 0 100 0 1100100 1100010 10101 101100111 1100100 100111

Color Harmonies of #C90004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90004

Black with #C90004

Text Example


Text Example

White with #C90004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90004; }

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

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

background-color css

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

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

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

border-color css

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

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

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