Html Css Color HEX #CA0318 Venetian Red

📋 copy color: '#CA0318'

red 202 ◦ green 3 ◦ blue 24

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

Shades of Venetian Red #CA0318

Tints of Venetian Red #CA0318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10.48%

R = 88.21%
G = 1.31%
B = 10.48%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#CA0318 (or 0xCA0318) is known color: Venetian Red. HEX triplet: CA, 03 and 18. RGB value is (202,3,24). Sum of RGB (Red+Green+Blue) = 202+3+24=229 (30% of max value = 765). Red value is 202 (79.30% from 255 or 88.21% from 229); Green value is 3 (1.56% from 255 or 1.31% from 229); Blue value is 24 (9.77% from 255 or 10.48% from 229); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0318 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA0318 is #35FCE7. Grayscale: #414141. Windows color (decimal): -3538152 or 1573834. OLE color: 1573834.

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

Color convert

RGB 202 3 24 -
CMYK 0 0.99 0.88 0.21
HSL 353.67º 0.97% 0.4% -
HSV(B) 353.67º 0.99% 0.79% -
XYZ 24.55 12.69 2.02 -
YUV 64.9 104.93 225.79 -
System Red Green Blue C M Y K H S L
Decimal 202 3 24 0 0.99 0.88 0.21 353.67 0.97 0.4
Hex CA 3 18 0 63 58 15 162 61 28
Octal 312 3 30 0 143 130 25 542 141 50
Binary 11001010 11 11000 0 1100011 1011000 10101 101100010 1100001 101000

Color Harmonies of #CA0318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0318

Black with #CA0318

Text Example


Text Example

White with #CA0318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0318; }

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

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

background-color css

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

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

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

border-color css

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

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

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