Html Css Color HEX #C9001F Venetian Red

📋 copy color: '#C9001F'

red 201 ◦ green 0 ◦ blue 31

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

Shades of Venetian Red #C9001F

Tints of Venetian Red #C9001F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 13.36%

R = 86.64%
G = 0%
B = 13.36%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.85

 K value IS 0.21

RGB Variations

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

Color information

#C9001F (or 0xC9001F) is known color: Venetian Red. HEX triplet: C9, 00 and 1F. RGB value is (201,0,31). Sum of RGB (Red+Green+Blue) = 201+0+31=232 (30% of max value = 765). Red value is 201 (78.91% from 255 or 86.64% from 232); Green value is 0 (0.39% from 255 or 0% from 232); Blue value is 31 (12.5% from 255 or 13.36% from 232); Max value from RGB is 201 - color contains mainly: red. Hex color #C9001F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9001F is #36FFE0. Grayscale: #3F3F3F. Windows color (decimal): -3604449 or 2031817. OLE color: 2031817.

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

Color convert

RGB 201 0 31 -
CMYK 0 1 0.85 0.21
HSL 350.75º 1% 0.39% -
HSV(B) 350.75º 1% 0.79% -
XYZ 24.33 12.52 2.43 -
YUV 63.63 109.59 225.98 -
System Red Green Blue C M Y K H S L
Decimal 201 0 31 0 1 0.85 0.21 350.75 1 0.39
Hex C9 0 1F 0 64 55 15 15F 64 27
Octal 311 0 37 0 144 125 25 537 144 47
Binary 11001001 0 11111 0 1100100 1010101 10101 101011111 1100100 100111

Color Harmonies of #C9001F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9001F

Black with #C9001F

Text Example


Text Example

White with #C9001F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9001F; }

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

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

background-color css

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

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

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

border-color css

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

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

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