Html Css Color HEX #C90002 Venetian Red

📋 copy color: '#C90002'

red 201 ◦ green 0 ◦ blue 2

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

Shades of Venetian Red #C90002

Tints of Venetian Red #C90002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.99%

R = 99.01%
G = 0%
B = 0.99%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#C90002 (or 0xC90002) is known color: Venetian Red. HEX triplet: C9, 00 and 02. RGB value is (201,0,2). Sum of RGB (Red+Green+Blue) = 201+0+2=203 (26% of max value = 765). Red value is 201 (78.91% from 255 or 99.01% from 203); Green value is 0 (0.39% from 255 or 0% from 203); Blue value is 2 (1.17% from 255 or 0.99% from 203); Max value from RGB is 201 - color contains mainly: red. Hex color #C90002 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C90002 is #36FFFD. Grayscale: #3C3C3C. Windows color (decimal): -3604478 or 131273. OLE color: 131273.

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

Color convert

RGB 201 0 2 -
CMYK 0 1 0.99 0.21
HSL 359.4º 1% 0.39% -
HSV(B) 359.4º 1% 0.79% -
XYZ 24.1 12.42 1.18 -
YUV 60.33 95.09 228.34 -
System Red Green Blue C M Y K H S L
Decimal 201 0 2 0 1 0.99 0.21 359.4 1 0.39
Hex C9 0 2 0 64 63 15 167 64 27
Octal 311 0 2 0 144 143 25 547 144 47
Binary 11001001 0 10 0 1100100 1100011 10101 101100111 1100100 100111

Color Harmonies of #C90002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90002

Black with #C90002

Text Example


Text Example

White with #C90002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90002; }

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

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

background-color css

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

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

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

border-color css

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

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

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