Html Css Color HEX #C90314 Venetian Red

📋 copy color: '#C90314'

red 201 ◦ green 3 ◦ blue 20

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

Shades of Venetian Red #C90314

Tints of Venetian Red #C90314

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.34%

 BLUE value IS 20 (8.2% from 255) = 8.93%

R = 89.73%
G = 1.34%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#C90314 (or 0xC90314) is known color: Venetian Red. HEX triplet: C9, 03 and 14. RGB value is (201,3,20). Sum of RGB (Red+Green+Blue) = 201+3+20=224 (29% of max value = 765). Red value is 201 (78.91% from 255 or 89.73% from 224); Green value is 3 (1.56% from 255 or 1.34% from 224); Blue value is 20 (8.20% from 255 or 8.93% from 224); Max value from RGB is 201 - color contains mainly: red. Hex color #C90314 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C90314 is #36FCEB. Grayscale: #404040. Windows color (decimal): -3603692 or 1311689. OLE color: 1311689.

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

Color convert

RGB 201 3 20 -
CMYK 0 0.99 0.90 0.21
HSL 354.85º 0.97% 0.4% -
HSV(B) 354.85º 0.99% 0.79% -
XYZ 24.25 12.53 1.8 -
YUV 64.14 103.1 225.62 -
System Red Green Blue C M Y K H S L
Decimal 201 3 20 0 0.99 0.90 0.21 354.85 0.97 0.4
Hex C9 3 14 0 63 5A 15 163 61 28
Octal 311 3 24 0 143 132 25 543 141 50
Binary 11001001 11 10100 0 1100011 1011010 10101 101100011 1100001 101000

Color Harmonies of #C90314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90314

Black with #C90314

Text Example


Text Example

White with #C90314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90314; }

 p { color: rgb(201,3,20); }

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

background-color css

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

 a { background-color: rgb(201,3,20); }

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

border-color css

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

 span { border-color: rgb(201,3,20); }

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