Html Css Color HEX #C90006 Venetian Red

📋 copy color: '#C90006'

red 201 ◦ green 0 ◦ blue 6

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

Shades of Venetian Red #C90006

Tints of Venetian Red #C90006

RGB

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

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

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

R = 97.1%
G = 0%
B = 2.9%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.97

 K value IS 0.21

RGB Variations

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

Color information

#C90006 (or 0xC90006) is known color: Venetian Red. HEX triplet: C9, 00 and 06. RGB value is (201,0,6). Sum of RGB (Red+Green+Blue) = 201+0+6=207 (27% of max value = 765). Red value is 201 (78.91% from 255 or 97.10% from 207); Green value is 0 (0.39% from 255 or 0% from 207); Blue value is 6 (2.73% from 255 or 2.90% from 207); Max value from RGB is 201 - color contains mainly: red. Hex color #C90006 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C90006 is #36FFF9. Grayscale: #3C3C3C. Windows color (decimal): -3604474 or 393417. OLE color: 393417.

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

Color convert

RGB 201 0 6 -
CMYK 0 1 0.97 0.21
HSL 358.21º 1% 0.39% -
HSV(B) 358.21º 1% 0.79% -
XYZ 24.12 12.43 1.3 -
YUV 60.78 97.09 228.01 -
System Red Green Blue C M Y K H S L
Decimal 201 0 6 0 1 0.97 0.21 358.21 1 0.39
Hex C9 0 6 0 64 61 15 166 64 27
Octal 311 0 6 0 144 141 25 546 144 47
Binary 11001001 0 110 0 1100100 1100001 10101 101100110 1100100 100111

Color Harmonies of #C90006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90006

Black with #C90006

Text Example


Text Example

White with #C90006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90006; }

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

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

background-color css

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

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

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

border-color css

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

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

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