Html Css Color HEX #C90304 Venetian Red

📋 copy color: '#C90304'

red 201 ◦ green 3 ◦ blue 4

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

Shades of Venetian Red #C90304

Tints of Venetian Red #C90304

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.44%

 BLUE value IS 4 (1.95% from 255) = 1.92%

R = 96.63%
G = 1.44%
B = 1.92%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.98

 K value IS 0.21

RGB Variations

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

Color information

#C90304 (or 0xC90304) is known color: Venetian Red. HEX triplet: C9, 03 and 04. RGB value is (201,3,4). Sum of RGB (Red+Green+Blue) = 201+3+4=208 (27% of max value = 765). Red value is 201 (78.91% from 255 or 96.63% from 208); Green value is 3 (1.56% from 255 or 1.44% from 208); Blue value is 4 (1.95% from 255 or 1.92% from 208); Max value from RGB is 201 - color contains mainly: red. Hex color #C90304 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C90304 is #36FCFB. Grayscale: #3E3E3E. Windows color (decimal): -3603708 or 263113. OLE color: 263113.

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

Color convert

RGB 201 3 4 -
CMYK 0 0.99 0.98 0.21
HSL 359.7º 0.97% 0.4% -
HSV(B) 359.7º 0.99% 0.79% -
XYZ 24.14 12.49 1.25 -
YUV 62.32 95.1 226.92 -
System Red Green Blue C M Y K H S L
Decimal 201 3 4 0 0.99 0.98 0.21 359.7 0.97 0.4
Hex C9 3 4 0 63 62 15 168 61 28
Octal 311 3 4 0 143 142 25 550 141 50
Binary 11001001 11 100 0 1100011 1100010 10101 101101000 1100001 101000

Color Harmonies of #C90304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90304

Black with #C90304

Text Example


Text Example

White with #C90304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90304; }

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

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

background-color css

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

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

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

border-color css

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

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

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