Html Css Color HEX #CA041B Venetian Red

📋 copy color: '#CA041B'

red 202 ◦ green 4 ◦ blue 27

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

Shades of Venetian Red #CA041B

Tints of Venetian Red #CA041B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 11.59%

R = 86.7%
G = 1.72%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.87

 K value IS 0.21

RGB Variations

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

Color information

#CA041B (or 0xCA041B) is known color: Venetian Red. HEX triplet: CA, 04 and 1B. RGB value is (202,4,27). Sum of RGB (Red+Green+Blue) = 202+4+27=233 (30% of max value = 765). Red value is 202 (79.30% from 255 or 86.70% from 233); Green value is 4 (1.95% from 255 or 1.72% from 233); Blue value is 27 (10.94% from 255 or 11.59% from 233); Max value from RGB is 202 - color contains mainly: red. Hex color #CA041B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA041B is #35FBE4. Grayscale: #414141. Windows color (decimal): -3537893 or 1770698. OLE color: 1770698.

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

Color convert

RGB 202 4 27 -
CMYK 0 0.98 0.87 0.21
HSL 353.03º 0.96% 0.4% -
HSV(B) 353.03º 0.98% 0.79% -
XYZ 24.6 12.72 2.2 -
YUV 65.82 106.1 225.13 -
System Red Green Blue C M Y K H S L
Decimal 202 4 27 0 0.98 0.87 0.21 353.03 0.96 0.4
Hex CA 4 1B 0 62 57 15 161 60 28
Octal 312 4 33 0 142 127 25 541 140 50
Binary 11001010 100 11011 0 1100010 1010111 10101 101100001 1100000 101000

Color Harmonies of #CA041B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA041B

Black with #CA041B

Text Example


Text Example

White with #CA041B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA041B; }

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

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

background-color css

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

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

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

border-color css

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

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

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