Html Css Color HEX #C9001B Venetian Red

📋 copy color: '#C9001B'

red 201 ◦ green 0 ◦ blue 27

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

Shades of Venetian Red #C9001B

Tints of Venetian Red #C9001B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 11.84%

R = 88.16%
G = 0%
B = 11.84%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.87

 K value IS 0.21

RGB Variations

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

Color information

#C9001B (or 0xC9001B) is known color: Venetian Red. HEX triplet: C9, 00 and 1B. RGB value is (201,0,27). Sum of RGB (Red+Green+Blue) = 201+0+27=228 (30% of max value = 765). Red value is 201 (78.91% from 255 or 88.16% from 228); Green value is 0 (0.39% from 255 or 0% from 228); Blue value is 27 (10.94% from 255 or 11.84% from 228); Max value from RGB is 201 - color contains mainly: red. Hex color #C9001B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9001B is #36FFE4. Grayscale: #3F3F3F. Windows color (decimal): -3604453 or 1769673. OLE color: 1769673.

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

Color convert

RGB 201 0 27 -
CMYK 0 1 0.87 0.21
HSL 351.94º 1% 0.39% -
HSV(B) 351.94º 1% 0.79% -
XYZ 24.29 12.5 2.17 -
YUV 63.18 107.59 226.3 -
System Red Green Blue C M Y K H S L
Decimal 201 0 27 0 1 0.87 0.21 351.94 1 0.39
Hex C9 0 1B 0 64 57 15 160 64 27
Octal 311 0 33 0 144 127 25 540 144 47
Binary 11001001 0 11011 0 1100100 1010111 10101 101100000 1100100 100111

Color Harmonies of #C9001B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9001B

Black with #C9001B

Text Example


Text Example

White with #C9001B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9001B; }

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

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

background-color css

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

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

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

border-color css

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

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

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