Html Css Color HEX #C90007 Venetian Red

📋 copy color: '#C90007'

red 201 ◦ green 0 ◦ blue 7

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

Shades of Venetian Red #C90007

Tints of Venetian Red #C90007

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 96.63%
G = 0%
B = 3.37%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.97

 K value IS 0.21

RGB Variations

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

Color information

#C90007 (or 0xC90007) is known color: Venetian Red. HEX triplet: C9, 00 and 07. RGB value is (201,0,7). Sum of RGB (Red+Green+Blue) = 201+0+7=208 (27% of max value = 765). Red value is 201 (78.91% from 255 or 96.63% from 208); Green value is 0 (0.39% from 255 or 0% from 208); Blue value is 7 (3.12% from 255 or 3.37% from 208); Max value from RGB is 201 - color contains mainly: red. Hex color #C90007 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C90007 is #36FFF8. Grayscale: #3D3D3D. Windows color (decimal): -3604473 or 458953. OLE color: 458953.

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

Color convert

RGB 201 0 7 -
CMYK 0 1 0.97 0.21
HSL 357.91º 1% 0.39% -
HSV(B) 357.91º 1% 0.79% -
XYZ 24.13 12.43 1.33 -
YUV 60.9 97.59 227.93 -
System Red Green Blue C M Y K H S L
Decimal 201 0 7 0 1 0.97 0.21 357.91 1 0.39
Hex C9 0 7 0 64 61 15 166 64 27
Octal 311 0 7 0 144 141 25 546 144 47
Binary 11001001 0 111 0 1100100 1100001 10101 101100110 1100100 100111

Color Harmonies of #C90007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90007

Black with #C90007

Text Example


Text Example

White with #C90007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90007; }

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

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

background-color css

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

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

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

border-color css

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

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

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