Html Css Color HEX #C9040D Venetian Red

📋 copy color: '#C9040D'

red 201 ◦ green 4 ◦ blue 13

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

Shades of Venetian Red #C9040D

Tints of Venetian Red #C9040D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.96%

R = 92.2%
G = 1.83%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#C9040D (or 0xC9040D) is known color: Venetian Red. HEX triplet: C9, 04 and 0D. RGB value is (201,4,13). Sum of RGB (Red+Green+Blue) = 201+4+13=218 (28% of max value = 765). Red value is 201 (78.91% from 255 or 92.20% from 218); Green value is 4 (1.95% from 255 or 1.83% from 218); Blue value is 13 (5.47% from 255 or 5.96% from 218); Max value from RGB is 201 - color contains mainly: red. Hex color #C9040D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C9040D is #36FBF2. Grayscale: #404040. Windows color (decimal): -3603443 or 853193. OLE color: 853193.

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

Color convert

RGB 201 4 13 -
CMYK 0 0.98 0.94 0.21
HSL 357.26º 0.96% 0.4% -
HSV(B) 357.26º 0.98% 0.79% -
XYZ 24.2 12.53 1.52 -
YUV 63.93 99.27 225.77 -
System Red Green Blue C M Y K H S L
Decimal 201 4 13 0 0.98 0.94 0.21 357.26 0.96 0.4
Hex C9 4 D 0 62 5E 15 165 60 28
Octal 311 4 15 0 142 136 25 545 140 50
Binary 11001001 100 1101 0 1100010 1011110 10101 101100101 1100000 101000

Color Harmonies of #C9040D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9040D

Black with #C9040D

Text Example


Text Example

White with #C9040D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9040D; }

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

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

background-color css

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

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

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

border-color css

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

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

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