Html Css Color HEX #CA011B Venetian Red

📋 copy color: '#CA011B'

red 202 ◦ green 1 ◦ blue 27

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

Shades of Venetian Red #CA011B

Tints of Venetian Red #CA011B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.43%

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

R = 87.83%
G = 0.43%
B = 11.74%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.87

 K value IS 0.21

RGB Variations

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

Color information

#CA011B (or 0xCA011B) is known color: Venetian Red. HEX triplet: CA, 01 and 1B. RGB value is (202,1,27). Sum of RGB (Red+Green+Blue) = 202+1+27=230 (30% of max value = 765). Red value is 202 (79.30% from 255 or 87.83% from 230); Green value is 1 (0.78% from 255 or 0.43% from 230); Blue value is 27 (10.94% from 255 or 11.74% from 230); Max value from RGB is 202 - color contains mainly: red. Hex color #CA011B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA011B is #35FEE4. Grayscale: #404040. Windows color (decimal): -3538661 or 1769930. OLE color: 1769930.

HSL color Cylindrical-coordinate representation of color #CA011B: hue angle of 352.24º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA011B is Cyan = 0, Magento = 1.00, Yellow = 0.87 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 1 27 -
CMYK 0 1.00 0.87 0.21
HSL 352.24º 0.99% 0.4% -
HSV(B) 352.24º 1% 0.79% -
XYZ 24.57 12.66 2.19 -
YUV 64.06 107.09 226.39 -
System Red Green Blue C M Y K H S L
Decimal 202 1 27 0 1.00 0.87 0.21 352.24 0.99 0.4
Hex CA 1 1B 0 64 57 15 160 63 28
Octal 312 1 33 0 144 127 25 540 143 50
Binary 11001010 1 11011 0 1100100 1010111 10101 101100000 1100011 101000

Color Harmonies of #CA011B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA011B

Black with #CA011B

Text Example


Text Example

White with #CA011B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA011B; }

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

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

background-color css

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

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

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

border-color css

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

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

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