Html Css Color HEX #C90622 Venetian Red

📋 copy color: '#C90622'

red 201 ◦ green 6 ◦ blue 34

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

Shades of Venetian Red #C90622

Tints of Venetian Red #C90622

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.49%

 BLUE value IS 34 (13.67% from 255) = 14.11%

R = 83.4%
G = 2.49%
B = 14.11%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.83

 K value IS 0.21

RGB Variations

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

Color information

#C90622 (or 0xC90622) is known color: Venetian Red. HEX triplet: C9, 06 and 22. RGB value is (201,6,34). Sum of RGB (Red+Green+Blue) = 201+6+34=241 (31% of max value = 765). Red value is 201 (78.91% from 255 or 83.40% from 241); Green value is 6 (2.73% from 255 or 2.49% from 241); Blue value is 34 (13.67% from 255 or 14.11% from 241); Max value from RGB is 201 - color contains mainly: red. Hex color #C90622 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90622 is #36F9DD. Grayscale: #434343. Windows color (decimal): -3602910 or 2229961. OLE color: 2229961.

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

Color convert

RGB 201 6 34 -
CMYK 0 0.97 0.83 0.21
HSL 351.38º 0.94% 0.41% -
HSV(B) 351.38º 0.97% 0.79% -
XYZ 24.44 12.66 2.67 -
YUV 67.5 109.1 223.22 -
System Red Green Blue C M Y K H S L
Decimal 201 6 34 0 0.97 0.83 0.21 351.38 0.94 0.41
Hex C9 6 22 0 61 53 15 15F 5E 29
Octal 311 6 42 0 141 123 25 537 136 51
Binary 11001001 110 100010 0 1100001 1010011 10101 101011111 1011110 101001

Color Harmonies of #C90622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90622

Black with #C90622

Text Example


Text Example

White with #C90622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90622; }

 p { color: rgb(201,6,34); }

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

background-color css

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

 a { background-color: rgb(201,6,34); }

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

border-color css

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

 span { border-color: rgb(201,6,34); }

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