Html Css Color HEX #C90306 Venetian Red

📋 copy color: '#C90306'

red 201 ◦ green 3 ◦ blue 6

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

Shades of Venetian Red #C90306

Tints of Venetian Red #C90306

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.86%

R = 95.71%
G = 1.43%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.97

 K value IS 0.21

RGB Variations

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

Color information

#C90306 (or 0xC90306) is known color: Venetian Red. HEX triplet: C9, 03 and 06. RGB value is (201,3,6). Sum of RGB (Red+Green+Blue) = 201+3+6=210 (27% of max value = 765). Red value is 201 (78.91% from 255 or 95.71% from 210); Green value is 3 (1.56% from 255 or 1.43% from 210); Blue value is 6 (2.73% from 255 or 2.86% from 210); Max value from RGB is 201 - color contains mainly: red. Hex color #C90306 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C90306 is #36FCF9. Grayscale: #3E3E3E. Windows color (decimal): -3603706 or 394185. OLE color: 394185.

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

Color convert

RGB 201 3 6 -
CMYK 0 0.99 0.97 0.21
HSL 359.09º 0.97% 0.4% -
HSV(B) 359.09º 0.99% 0.79% -
XYZ 24.15 12.5 1.31 -
YUV 62.54 96.1 226.76 -
System Red Green Blue C M Y K H S L
Decimal 201 3 6 0 0.99 0.97 0.21 359.09 0.97 0.4
Hex C9 3 6 0 63 61 15 167 61 28
Octal 311 3 6 0 143 141 25 547 141 50
Binary 11001001 11 110 0 1100011 1100001 10101 101100111 1100001 101000

Color Harmonies of #C90306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90306

Black with #C90306

Text Example


Text Example

White with #C90306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90306; }

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

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

background-color css

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

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

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

border-color css

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

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

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