Html Css Color HEX #C90F1A Venetian Red

📋 copy color: '#C90F1A'

red 201 ◦ green 15 ◦ blue 26

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

Shades of Venetian Red #C90F1A

Tints of Venetian Red #C90F1A

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.2%

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

R = 83.06%
G = 6.2%
B = 10.74%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.87

 K value IS 0.21

RGB Variations

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

Color information

#C90F1A (or 0xC90F1A) is known color: Venetian Red. HEX triplet: C9, 0F and 1A. RGB value is (201,15,26). Sum of RGB (Red+Green+Blue) = 201+15+26=242 (32% of max value = 765). Red value is 201 (78.91% from 255 or 83.06% from 242); Green value is 15 (6.25% from 255 or 6.20% from 242); Blue value is 26 (10.55% from 255 or 10.74% from 242); Max value from RGB is 201 - color contains mainly: red. Hex color #C90F1A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90F1A is #36F0E5. Grayscale: #484848. Windows color (decimal): -3600614 or 1707977. OLE color: 1707977.

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

Color convert

RGB 201 15 26 -
CMYK 0 0.93 0.87 0.21
HSL 356.45º 0.86% 0.42% -
HSV(B) 356.45º 0.93% 0.79% -
XYZ 24.44 12.83 2.17 -
YUV 71.87 102.12 220.11 -
System Red Green Blue C M Y K H S L
Decimal 201 15 26 0 0.93 0.87 0.21 356.45 0.86 0.42
Hex C9 F 1A 0 5D 57 15 164 56 2A
Octal 311 17 32 0 135 127 25 544 126 52
Binary 11001001 1111 11010 0 1011101 1010111 10101 101100100 1010110 101010

Color Harmonies of #C90F1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90F1A

Black with #C90F1A

Text Example


Text Example

White with #C90F1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90F1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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