Html Css Color HEX #C00227 Venetian Red

📋 copy color: '#C00227'

red 192 ◦ green 2 ◦ blue 39

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

Shades of Venetian Red #C00227

Tints of Venetian Red #C00227

RGB

 RED value IS 192 (75.39% from 255) = 82.4%

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

 BLUE value IS 39 (15.63% from 255) = 16.74%

R = 82.4%
G = 0.86%
B = 16.74%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#C00227 (or 0xC00227) is known color: Venetian Red. HEX triplet: C0, 02 and 27. RGB value is (192,2,39). Sum of RGB (Red+Green+Blue) = 192+2+39=233 (30% of max value = 765). Red value is 192 (75.39% from 255 or 82.40% from 233); Green value is 2 (1.17% from 255 or 0.86% from 233); Blue value is 39 (15.62% from 255 or 16.74% from 233); Max value from RGB is 192 - color contains mainly: red. Hex color #C00227 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00227 is #3FFDD8. Grayscale: #3F3F3F. Windows color (decimal): -4193753 or 2556608. OLE color: 2556608.

HSL color Cylindrical-coordinate representation of color #C00227: hue angle of 348.32º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C00227 is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 2 39 -
CMYK 0 0.99 0.80 0.25
HSL 348.32º 0.98% 0.38% -
HSV(B) 348.32º 0.99% 0.75% -
XYZ 22.13 11.4 2.95 -
YUV 63.03 114.45 219.99 -
System Red Green Blue C M Y K H S L
Decimal 192 2 39 0 0.99 0.80 0.25 348.32 0.98 0.38
Hex C0 2 27 0 63 50 19 15C 62 26
Octal 300 2 47 0 143 120 31 534 142 46
Binary 11000000 10 100111 0 1100011 1010000 11001 101011100 1100010 100110

Color Harmonies of #C00227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00227

Black with #C00227

Text Example


Text Example

White with #C00227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00227; }

 p { color: rgb(192,2,39); }

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

background-color css

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

 a { background-color: rgb(192,2,39); }

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

border-color css

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

 span { border-color: rgb(192,2,39); }

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