Html Css Color HEX #C90003 Venetian Red

📋 copy color: '#C90003'

red 201 ◦ green 0 ◦ blue 3

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

Shades of Venetian Red #C90003

Tints of Venetian Red #C90003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.47%

R = 98.53%
G = 0%
B = 1.47%

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

#C90003 (or 0xC90003) is known color: Venetian Red. HEX triplet: C9, 00 and 03. RGB value is (201,0,3). Sum of RGB (Red+Green+Blue) = 201+0+3=204 (27% of max value = 765). Red value is 201 (78.91% from 255 or 98.53% from 204); Green value is 0 (0.39% from 255 or 0% from 204); Blue value is 3 (1.56% from 255 or 1.47% from 204); Max value from RGB is 201 - color contains mainly: red. Hex color #C90003 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C90003 is #36FFFC. Grayscale: #3C3C3C. Windows color (decimal): -3604477 or 196809. OLE color: 196809.

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

Color convert

RGB 201 0 3 -
CMYK 0 1 0.99 0.21
HSL 359.1º 1% 0.39% -
HSV(B) 359.1º 1% 0.79% -
XYZ 24.1 12.42 1.21 -
YUV 60.44 95.59 228.26 -
System Red Green Blue C M Y K H S L
Decimal 201 0 3 0 1 0.99 0.21 359.1 1 0.39
Hex C9 0 3 0 64 63 15 167 64 27
Octal 311 0 3 0 144 143 25 547 144 47
Binary 11001001 0 11 0 1100100 1100011 10101 101100111 1100100 100111

Color Harmonies of #C90003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90003

Black with #C90003

Text Example


Text Example

White with #C90003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90003; }

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

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

background-color css

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

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

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

border-color css

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

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

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