Html Css Color HEX #C90407 Venetian Red

📋 copy color: '#C90407'

red 201 ◦ green 4 ◦ blue 7

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

Shades of Venetian Red #C90407

Tints of Venetian Red #C90407

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.89%

 BLUE value IS 7 (3.13% from 255) = 3.3%

R = 94.81%
G = 1.89%
B = 3.3%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.97

 K value IS 0.21

RGB Variations

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

Color information

#C90407 (or 0xC90407) is known color: Venetian Red. HEX triplet: C9, 04 and 07. RGB value is (201,4,7). Sum of RGB (Red+Green+Blue) = 201+4+7=212 (28% of max value = 765). Red value is 201 (78.91% from 255 or 94.81% from 212); Green value is 4 (1.95% from 255 or 1.89% from 212); Blue value is 7 (3.12% from 255 or 3.30% from 212); Max value from RGB is 201 - color contains mainly: red. Hex color #C90407 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C90407 is #36FBF8. Grayscale: #3F3F3F. Windows color (decimal): -3603449 or 459977. OLE color: 459977.

HSL color Cylindrical-coordinate representation of color #C90407: hue angle of 359.09º degrees, saturation: 0.96, 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 #C90407 is Cyan = 0, Magento = 0.98, Yellow = 0.97 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 4 7 -
CMYK 0 0.98 0.97 0.21
HSL 359.09º 0.96% 0.4% -
HSV(B) 359.09º 0.98% 0.79% -
XYZ 24.17 12.52 1.34 -
YUV 63.25 96.27 226.26 -
System Red Green Blue C M Y K H S L
Decimal 201 4 7 0 0.98 0.97 0.21 359.09 0.96 0.4
Hex C9 4 7 0 62 61 15 167 60 28
Octal 311 4 7 0 142 141 25 547 140 50
Binary 11001001 100 111 0 1100010 1100001 10101 101100111 1100000 101000

Color Harmonies of #C90407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90407

Black with #C90407

Text Example


Text Example

White with #C90407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90407; }

 p { color: rgb(201,4,7); }

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

background-color css

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

 a { background-color: rgb(201,4,7); }

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

border-color css

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

 span { border-color: rgb(201,4,7); }

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