Html Css Color HEX #C90207 Venetian Red

📋 copy color: '#C90207'

red 201 ◦ green 2 ◦ blue 7

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

Shades of Venetian Red #C90207

Tints of Venetian Red #C90207

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.95%

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

R = 95.71%
G = 0.95%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.97

 K value IS 0.21

RGB Variations

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

Color information

#C90207 (or 0xC90207) is known color: Venetian Red. HEX triplet: C9, 02 and 07. RGB value is (201,2,7). Sum of RGB (Red+Green+Blue) = 201+2+7=210 (27% of max value = 765). Red value is 201 (78.91% from 255 or 95.71% from 210); Green value is 2 (1.17% from 255 or 0.95% from 210); Blue value is 7 (3.12% from 255 or 3.33% from 210); Max value from RGB is 201 - color contains mainly: red. Hex color #C90207 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C90207 is #36FDF8. Grayscale: #3E3E3E. Windows color (decimal): -3603961 or 459465. OLE color: 459465.

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

Color convert

RGB 201 2 7 -
CMYK 0 0.99 0.97 0.21
HSL 358.49º 0.98% 0.4% -
HSV(B) 358.49º 0.99% 0.79% -
XYZ 24.15 12.48 1.34 -
YUV 62.07 96.93 227.09 -
System Red Green Blue C M Y K H S L
Decimal 201 2 7 0 0.99 0.97 0.21 358.49 0.98 0.4
Hex C9 2 7 0 63 61 15 166 62 28
Octal 311 2 7 0 143 141 25 546 142 50
Binary 11001001 10 111 0 1100011 1100001 10101 101100110 1100010 101000

Color Harmonies of #C90207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90207

Black with #C90207

Text Example


Text Example

White with #C90207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90207; }

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

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

background-color css

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

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

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

border-color css

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

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

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