Html Css Color HEX #C90509 Venetian Red

📋 copy color: '#C90509'

red 201 ◦ green 5 ◦ blue 9

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

Shades of Venetian Red #C90509

Tints of Venetian Red #C90509

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.33%

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

R = 93.49%
G = 2.33%
B = 4.19%

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

#C90509 (or 0xC90509) is known color: Venetian Red. HEX triplet: C9, 05 and 09. RGB value is (201,5,9). Sum of RGB (Red+Green+Blue) = 201+5+9=215 (28% of max value = 765). Red value is 201 (78.91% from 255 or 93.49% from 215); Green value is 5 (2.34% from 255 or 2.33% from 215); Blue value is 9 (3.91% from 255 or 4.19% from 215); Max value from RGB is 201 - color contains mainly: red. Hex color #C90509 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C90509 is #36FAF6. Grayscale: #404040. Windows color (decimal): -3603191 or 591305. OLE color: 591305.

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

Color convert

RGB 201 5 9 -
CMYK 0 0.98 0.96 0.21
HSL 358.78º 0.95% 0.4% -
HSV(B) 358.78º 0.98% 0.79% -
XYZ 24.19 12.55 1.41 -
YUV 64.06 96.93 225.67 -
System Red Green Blue C M Y K H S L
Decimal 201 5 9 0 0.98 0.96 0.21 358.78 0.95 0.4
Hex C9 5 9 0 62 60 15 167 5F 28
Octal 311 5 11 0 142 140 25 547 137 50
Binary 11001001 101 1001 0 1100010 1100000 10101 101100111 1011111 101000

Color Harmonies of #C90509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90509

Black with #C90509

Text Example


Text Example

White with #C90509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90509; }

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

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

background-color css

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

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

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

border-color css

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

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

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