Html Css Color HEX #CA0325 Venetian Red

📋 copy color: '#CA0325'

red 202 ◦ green 3 ◦ blue 37

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

Shades of Venetian Red #CA0325

Tints of Venetian Red #CA0325

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.24%

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

R = 83.47%
G = 1.24%
B = 15.29%

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

#CA0325 (or 0xCA0325) is known color: Venetian Red. HEX triplet: CA, 03 and 25. RGB value is (202,3,37). Sum of RGB (Red+Green+Blue) = 202+3+37=242 (32% of max value = 765). Red value is 202 (79.30% from 255 or 83.47% from 242); Green value is 3 (1.56% from 255 or 1.24% from 242); Blue value is 37 (14.84% from 255 or 15.29% from 242); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0325 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0325 is #35FCDA. Grayscale: #424242. Windows color (decimal): -3538139 or 2425802. OLE color: 2425802.

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

Color convert

RGB 202 3 37 -
CMYK 0 0.99 0.82 0.21
HSL 349.75º 0.97% 0.4% -
HSV(B) 349.75º 0.99% 0.79% -
XYZ 24.72 12.76 2.91 -
YUV 66.38 111.43 224.74 -
System Red Green Blue C M Y K H S L
Decimal 202 3 37 0 0.99 0.82 0.21 349.75 0.97 0.4
Hex CA 3 25 0 63 52 15 15E 61 28
Octal 312 3 45 0 143 122 25 536 141 50
Binary 11001010 11 100101 0 1100011 1010010 10101 101011110 1100001 101000

Color Harmonies of #CA0325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0325

Black with #CA0325

Text Example


Text Example

White with #CA0325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0325; }

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

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

background-color css

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

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

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

border-color css

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

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

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