Html Css Color HEX #CA0225 Venetian Red

📋 copy color: '#CA0225'

red 202 ◦ green 2 ◦ blue 37

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

Shades of Venetian Red #CA0225

Tints of Venetian Red #CA0225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 15.35%

R = 83.82%
G = 0.83%
B = 15.35%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#CA0225 (or 0xCA0225) is known color: Venetian Red. HEX triplet: CA, 02 and 25. RGB value is (202,2,37). Sum of RGB (Red+Green+Blue) = 202+2+37=241 (31% of max value = 765). Red value is 202 (79.30% from 255 or 83.82% from 241); Green value is 2 (1.17% from 255 or 0.83% from 241); Blue value is 37 (14.84% from 255 or 15.35% from 241); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0225 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0225 is #35FDDA. Grayscale: #414141. Windows color (decimal): -3538395 or 2425546. OLE color: 2425546.

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

Color convert

RGB 202 2 37 -
CMYK 0 0.99 0.82 0.21
HSL 349.5º 0.98% 0.4% -
HSV(B) 349.5º 0.99% 0.79% -
XYZ 24.71 12.73 2.91 -
YUV 65.79 111.76 225.15 -
System Red Green Blue C M Y K H S L
Decimal 202 2 37 0 0.99 0.82 0.21 349.5 0.98 0.4
Hex CA 2 25 0 63 52 15 15E 62 28
Octal 312 2 45 0 143 122 25 536 142 50
Binary 11001010 10 100101 0 1100011 1010010 10101 101011110 1100010 101000

Color Harmonies of #CA0225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0225

Black with #CA0225

Text Example


Text Example

White with #CA0225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0225; }

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

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

background-color css

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

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

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

border-color css

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

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

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