Html Css Color HEX #CA0227 Venetian Red

📋 copy color: '#CA0227'

red 202 ◦ green 2 ◦ blue 39

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

Shades of Venetian Red #CA0227

Tints of Venetian Red #CA0227

RGB

 RED value IS 202 (79.3% from 255) = 83.13%

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

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

R = 83.13%
G = 0.82%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.21

RGB Variations

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

Color information

#CA0227 (or 0xCA0227) is known color: Venetian Red. HEX triplet: CA, 02 and 27. RGB value is (202,2,39). Sum of RGB (Red+Green+Blue) = 202+2+39=243 (32% of max value = 765). Red value is 202 (79.30% from 255 or 83.13% from 243); Green value is 2 (1.17% from 255 or 0.82% from 243); Blue value is 39 (15.62% from 255 or 16.05% from 243); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0227 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0227 is #35FDD8. Grayscale: #424242. Windows color (decimal): -3538393 or 2556618. OLE color: 2556618.

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

Color convert

RGB 202 2 39 -
CMYK 0 0.99 0.81 0.21
HSL 348.9º 0.98% 0.4% -
HSV(B) 348.9º 0.99% 0.79% -
XYZ 24.75 12.75 3.08 -
YUV 66.02 112.76 224.99 -
System Red Green Blue C M Y K H S L
Decimal 202 2 39 0 0.99 0.81 0.21 348.9 0.98 0.4
Hex CA 2 27 0 63 51 15 15D 62 28
Octal 312 2 47 0 143 121 25 535 142 50
Binary 11001010 10 100111 0 1100011 1010001 10101 101011101 1100010 101000

Color Harmonies of #CA0227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0227

Black with #CA0227

Text Example


Text Example

White with #CA0227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0227; }

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

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

background-color css

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

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

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

border-color css

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

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

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