Html Css Color HEX #C90409 Venetian Red

📋 copy color: '#C90409'

red 201 ◦ green 4 ◦ blue 9

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

Shades of Venetian Red #C90409

Tints of Venetian Red #C90409

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4.21%

R = 93.93%
G = 1.87%
B = 4.21%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.96

 K value IS 0.21

RGB Variations

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

Color information

#C90409 (or 0xC90409) is known color: Venetian Red. HEX triplet: C9, 04 and 09. RGB value is (201,4,9). Sum of RGB (Red+Green+Blue) = 201+4+9=214 (28% of max value = 765). Red value is 201 (78.91% from 255 or 93.93% from 214); Green value is 4 (1.95% from 255 or 1.87% from 214); Blue value is 9 (3.91% from 255 or 4.21% from 214); Max value from RGB is 201 - color contains mainly: red. Hex color #C90409 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C90409 is #36FBF6. Grayscale: #3F3F3F. Windows color (decimal): -3603447 or 591049. OLE color: 591049.

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

Color convert

RGB 201 4 9 -
CMYK 0 0.98 0.96 0.21
HSL 358.48º 0.96% 0.4% -
HSV(B) 358.48º 0.98% 0.79% -
XYZ 24.18 12.52 1.4 -
YUV 63.47 97.27 226.09 -
System Red Green Blue C M Y K H S L
Decimal 201 4 9 0 0.98 0.96 0.21 358.48 0.96 0.4
Hex C9 4 9 0 62 60 15 166 60 28
Octal 311 4 11 0 142 140 25 546 140 50
Binary 11001001 100 1001 0 1100010 1100000 10101 101100110 1100000 101000

Color Harmonies of #C90409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90409

Black with #C90409

Text Example


Text Example

White with #C90409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90409; }

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

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

background-color css

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

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

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

border-color css

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

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

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