Html Css Color HEX #C9050F Venetian Red

📋 copy color: '#C9050F'

red 201 ◦ green 5 ◦ blue 15

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

Shades of Venetian Red #C9050F

Tints of Venetian Red #C9050F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.26%

 BLUE value IS 15 (6.25% from 255) = 6.79%

R = 90.95%
G = 2.26%
B = 6.79%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#C9050F (or 0xC9050F) is known color: Venetian Red. HEX triplet: C9, 05 and 0F. RGB value is (201,5,15). Sum of RGB (Red+Green+Blue) = 201+5+15=221 (29% of max value = 765). Red value is 201 (78.91% from 255 or 90.95% from 221); Green value is 5 (2.34% from 255 or 2.26% from 221); Blue value is 15 (6.25% from 255 or 6.79% from 221); Max value from RGB is 201 - color contains mainly: red. Hex color #C9050F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C9050F is #36FAF0. Grayscale: #404040. Windows color (decimal): -3603185 or 984521. OLE color: 984521.

HSL color Cylindrical-coordinate representation of color #C9050F: hue angle of 356.94º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C9050F is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 5 15 -
CMYK 0 0.98 0.93 0.21
HSL 356.94º 0.95% 0.4% -
HSV(B) 356.94º 0.98% 0.79% -
XYZ 24.23 12.56 1.6 -
YUV 64.74 99.93 225.19 -
System Red Green Blue C M Y K H S L
Decimal 201 5 15 0 0.98 0.93 0.21 356.94 0.95 0.4
Hex C9 5 F 0 62 5D 15 165 5F 28
Octal 311 5 17 0 142 135 25 545 137 50
Binary 11001001 101 1111 0 1100010 1011101 10101 101100101 1011111 101000

Color Harmonies of #C9050F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9050F

Black with #C9050F

Text Example


Text Example

White with #C9050F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9050F; }

 p { color: rgb(201,5,15); }

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

background-color css

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

 a { background-color: rgb(201,5,15); }

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

border-color css

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

 span { border-color: rgb(201,5,15); }

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