Html Css Color HEX #C90005 Venetian Red

📋 copy color: '#C90005'

red 201 ◦ green 0 ◦ blue 5

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

Shades of Venetian Red #C90005

Tints of Venetian Red #C90005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.43%

R = 97.57%
G = 0%
B = 2.43%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.98

 K value IS 0.21

RGB Variations

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

Color information

#C90005 (or 0xC90005) is known color: Venetian Red. HEX triplet: C9, 00 and 05. RGB value is (201,0,5). Sum of RGB (Red+Green+Blue) = 201+0+5=206 (27% of max value = 765). Red value is 201 (78.91% from 255 or 97.57% from 206); Green value is 0 (0.39% from 255 or 0% from 206); Blue value is 5 (2.34% from 255 or 2.43% from 206); Max value from RGB is 201 - color contains mainly: red. Hex color #C90005 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C90005 is #36FFFA. Grayscale: #3C3C3C. Windows color (decimal): -3604475 or 327881. OLE color: 327881.

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

Color convert

RGB 201 0 5 -
CMYK 0 1 0.98 0.21
HSL 358.51º 1% 0.39% -
HSV(B) 358.51º 1% 0.79% -
XYZ 24.11 12.43 1.27 -
YUV 60.67 96.59 228.09 -
System Red Green Blue C M Y K H S L
Decimal 201 0 5 0 1 0.98 0.21 358.51 1 0.39
Hex C9 0 5 0 64 62 15 167 64 27
Octal 311 0 5 0 144 142 25 547 144 47
Binary 11001001 0 101 0 1100100 1100010 10101 101100111 1100100 100111

Color Harmonies of #C90005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90005

Black with #C90005

Text Example


Text Example

White with #C90005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90005; }

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

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

background-color css

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

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

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

border-color css

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

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

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