Html Css Color HEX #C9001A Venetian Red

📋 copy color: '#C9001A'

red 201 ◦ green 0 ◦ blue 26

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

Shades of Venetian Red #C9001A

Tints of Venetian Red #C9001A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 11.45%

R = 88.55%
G = 0%
B = 11.45%

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

#C9001A (or 0xC9001A) is known color: Venetian Red. HEX triplet: C9, 00 and 1A. RGB value is (201,0,26). Sum of RGB (Red+Green+Blue) = 201+0+26=227 (30% of max value = 765). Red value is 201 (78.91% from 255 or 88.55% from 227); Green value is 0 (0.39% from 255 or 0% from 227); Blue value is 26 (10.55% from 255 or 11.45% from 227); Max value from RGB is 201 - color contains mainly: red. Hex color #C9001A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9001A is #36FFE5. Grayscale: #3F3F3F. Windows color (decimal): -3604454 or 1704137. OLE color: 1704137.

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

Color convert

RGB 201 0 26 -
CMYK 0 1 0.87 0.21
HSL 352.24º 1% 0.39% -
HSV(B) 352.24º 1% 0.79% -
XYZ 24.27 12.49 2.11 -
YUV 63.06 107.09 226.39 -
System Red Green Blue C M Y K H S L
Decimal 201 0 26 0 1 0.87 0.21 352.24 1 0.39
Hex C9 0 1A 0 64 57 15 160 64 27
Octal 311 0 32 0 144 127 25 540 144 47
Binary 11001001 0 11010 0 1100100 1010111 10101 101100000 1100100 100111

Color Harmonies of #C9001A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9001A

Black with #C9001A

Text Example


Text Example

White with #C9001A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9001A; }

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

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

background-color css

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

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

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

border-color css

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

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

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