Html Css Color HEX #C90213 Venetian Red

📋 copy color: '#C90213'

red 201 ◦ green 2 ◦ blue 19

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

Shades of Venetian Red #C90213

Tints of Venetian Red #C90213

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.9%

 BLUE value IS 19 (7.81% from 255) = 8.56%

R = 90.54%
G = 0.9%
B = 8.56%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#C90213 (or 0xC90213) is known color: Venetian Red. HEX triplet: C9, 02 and 13. RGB value is (201,2,19). Sum of RGB (Red+Green+Blue) = 201+2+19=222 (29% of max value = 765). Red value is 201 (78.91% from 255 or 90.54% from 222); Green value is 2 (1.17% from 255 or 0.90% from 222); Blue value is 19 (7.81% from 255 or 8.56% from 222); Max value from RGB is 201 - color contains mainly: red. Hex color #C90213 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C90213 is #36FDEC. Grayscale: #3F3F3F. Windows color (decimal): -3603949 or 1245897. OLE color: 1245897.

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

Color convert

RGB 201 2 19 -
CMYK 0 0.99 0.91 0.21
HSL 354.87º 0.98% 0.4% -
HSV(B) 354.87º 0.99% 0.79% -
XYZ 24.23 12.51 1.75 -
YUV 63.44 102.93 226.12 -
System Red Green Blue C M Y K H S L
Decimal 201 2 19 0 0.99 0.91 0.21 354.87 0.98 0.4
Hex C9 2 13 0 63 5B 15 163 62 28
Octal 311 2 23 0 143 133 25 543 142 50
Binary 11001001 10 10011 0 1100011 1011011 10101 101100011 1100010 101000

Color Harmonies of #C90213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90213

Black with #C90213

Text Example


Text Example

White with #C90213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90213; }

 p { color: rgb(201,2,19); }

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

background-color css

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

 a { background-color: rgb(201,2,19); }

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

border-color css

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

 span { border-color: rgb(201,2,19); }

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