Html Css Color HEX #CA041F Venetian Red

📋 copy color: '#CA041F'

red 202 ◦ green 4 ◦ blue 31

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

Shades of Venetian Red #CA041F

Tints of Venetian Red #CA041F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.69%

 BLUE value IS 31 (12.5% from 255) = 13.08%

R = 85.23%
G = 1.69%
B = 13.08%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.85

 K value IS 0.21

RGB Variations

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

Color information

#CA041F (or 0xCA041F) is known color: Venetian Red. HEX triplet: CA, 04 and 1F. RGB value is (202,4,31). Sum of RGB (Red+Green+Blue) = 202+4+31=237 (31% of max value = 765). Red value is 202 (79.30% from 255 or 85.23% from 237); Green value is 4 (1.95% from 255 or 1.69% from 237); Blue value is 31 (12.5% from 255 or 13.08% from 237); Max value from RGB is 202 - color contains mainly: red. Hex color #CA041F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA041F is #35FBE0. Grayscale: #424242. Windows color (decimal): -3537889 or 2032842. OLE color: 2032842.

HSL color Cylindrical-coordinate representation of color #CA041F: hue angle of 351.82º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CA041F is Cyan = 0, Magento = 0.98, Yellow = 0.85 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 4 31 -
CMYK 0 0.98 0.85 0.21
HSL 351.82º 0.96% 0.4% -
HSV(B) 351.82º 0.98% 0.79% -
XYZ 24.65 12.74 2.46 -
YUV 66.28 108.1 224.8 -
System Red Green Blue C M Y K H S L
Decimal 202 4 31 0 0.98 0.85 0.21 351.82 0.96 0.4
Hex CA 4 1F 0 62 55 15 160 60 28
Octal 312 4 37 0 142 125 25 540 140 50
Binary 11001010 100 11111 0 1100010 1010101 10101 101100000 1100000 101000

Color Harmonies of #CA041F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA041F

Black with #CA041F

Text Example


Text Example

White with #CA041F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA041F; }

 p { color: rgb(202,4,31); }

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

background-color css

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

 a { background-color: rgb(202,4,31); }

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

border-color css

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

 span { border-color: rgb(202,4,31); }

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