Html Css Color HEX #CA031A Venetian Red

📋 copy color: '#CA031A'

red 202 ◦ green 3 ◦ blue 26

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

Shades of Venetian Red #CA031A

Tints of Venetian Red #CA031A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 11.26%

R = 87.45%
G = 1.3%
B = 11.26%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.87

 K value IS 0.21

RGB Variations

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

Color information

#CA031A (or 0xCA031A) is known color: Venetian Red. HEX triplet: CA, 03 and 1A. RGB value is (202,3,26). Sum of RGB (Red+Green+Blue) = 202+3+26=231 (30% of max value = 765). Red value is 202 (79.30% from 255 or 87.45% from 231); Green value is 3 (1.56% from 255 or 1.30% from 231); Blue value is 26 (10.55% from 255 or 11.26% from 231); Max value from RGB is 202 - color contains mainly: red. Hex color #CA031A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA031A is #35FCE5. Grayscale: #414141. Windows color (decimal): -3538150 or 1704906. OLE color: 1704906.

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

Color convert

RGB 202 3 26 -
CMYK 0 0.99 0.87 0.21
HSL 353.07º 0.97% 0.4% -
HSV(B) 353.07º 0.99% 0.79% -
XYZ 24.58 12.7 2.13 -
YUV 65.12 105.93 225.63 -
System Red Green Blue C M Y K H S L
Decimal 202 3 26 0 0.99 0.87 0.21 353.07 0.97 0.4
Hex CA 3 1A 0 63 57 15 161 61 28
Octal 312 3 32 0 143 127 25 541 141 50
Binary 11001010 11 11010 0 1100011 1010111 10101 101100001 1100001 101000

Color Harmonies of #CA031A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA031A

Black with #CA031A

Text Example


Text Example

White with #CA031A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA031A; }

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

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

background-color css

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

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

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

border-color css

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

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

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