Html Css Color HEX #C90106 Venetian Red

📋 copy color: '#C90106'

red 201 ◦ green 1 ◦ blue 6

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

Shades of Venetian Red #C90106

Tints of Venetian Red #C90106

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.48%

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

R = 96.63%
G = 0.48%
B = 2.88%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.97

 K value IS 0.21

RGB Variations

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

Color information

#C90106 (or 0xC90106) is known color: Venetian Red. HEX triplet: C9, 01 and 06. RGB value is (201,1,6). Sum of RGB (Red+Green+Blue) = 201+1+6=208 (27% of max value = 765). Red value is 201 (78.91% from 255 or 96.63% from 208); Green value is 1 (0.78% from 255 or 0.48% from 208); Blue value is 6 (2.73% from 255 or 2.88% from 208); Max value from RGB is 201 - color contains mainly: red. Hex color #C90106 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C90106 is #36FEF9. Grayscale: #3D3D3D. Windows color (decimal): -3604218 or 393673. OLE color: 393673.

HSL color Cylindrical-coordinate representation of color #C90106: hue angle of 358.5º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C90106 is Cyan = 0, Magento = 1.00, Yellow = 0.97 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 1 6 -
CMYK 0 1.00 0.97 0.21
HSL 358.5º 0.99% 0.4% -
HSV(B) 358.5º 1% 0.79% -
XYZ 24.13 12.45 1.3 -
YUV 61.37 96.76 227.59 -
System Red Green Blue C M Y K H S L
Decimal 201 1 6 0 1.00 0.97 0.21 358.5 0.99 0.4
Hex C9 1 6 0 64 61 15 166 63 28
Octal 311 1 6 0 144 141 25 546 143 50
Binary 11001001 1 110 0 1100100 1100001 10101 101100110 1100011 101000

Color Harmonies of #C90106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90106

Black with #C90106

Text Example


Text Example

White with #C90106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90106; }

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

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

background-color css

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

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

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

border-color css

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

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

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