Html Css Color HEX #C9010D Venetian Red

📋 copy color: '#C9010D'

red 201 ◦ green 1 ◦ blue 13

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

Shades of Venetian Red #C9010D

Tints of Venetian Red #C9010D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.05%

R = 93.49%
G = 0.47%
B = 6.05%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#C9010D (or 0xC9010D) is known color: Venetian Red. HEX triplet: C9, 01 and 0D. RGB value is (201,1,13). Sum of RGB (Red+Green+Blue) = 201+1+13=215 (28% of max value = 765). Red value is 201 (78.91% from 255 or 93.49% from 215); Green value is 1 (0.78% from 255 or 0.47% from 215); Blue value is 13 (5.47% from 255 or 6.05% from 215); Max value from RGB is 201 - color contains mainly: red. Hex color #C9010D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C9010D is #36FEF2. Grayscale: #3E3E3E. Windows color (decimal): -3604211 or 852425. OLE color: 852425.

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

Color convert

RGB 201 1 13 -
CMYK 0 1.00 0.94 0.21
HSL 356.4º 0.99% 0.4% -
HSV(B) 356.4º 1% 0.79% -
XYZ 24.17 12.47 1.51 -
YUV 62.17 100.26 227.02 -
System Red Green Blue C M Y K H S L
Decimal 201 1 13 0 1.00 0.94 0.21 356.4 0.99 0.4
Hex C9 1 D 0 64 5E 15 164 63 28
Octal 311 1 15 0 144 136 25 544 143 50
Binary 11001001 1 1101 0 1100100 1011110 10101 101100100 1100011 101000

Color Harmonies of #C9010D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9010D

Black with #C9010D

Text Example


Text Example

White with #C9010D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9010D; }

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

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

background-color css

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

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

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

border-color css

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

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

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