Html Css Color HEX #CA0718 Venetian Red

📋 copy color: '#CA0718'

red 202 ◦ green 7 ◦ blue 24

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

Shades of Venetian Red #CA0718

Tints of Venetian Red #CA0718

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3%

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

R = 86.7%
G = 3%
B = 10.3%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#CA0718 (or 0xCA0718) is known color: Venetian Red. HEX triplet: CA, 07 and 18. RGB value is (202,7,24). Sum of RGB (Red+Green+Blue) = 202+7+24=233 (30% of max value = 765). Red value is 202 (79.30% from 255 or 86.70% from 233); Green value is 7 (3.12% from 255 or 3.00% from 233); Blue value is 24 (9.77% from 255 or 10.30% from 233); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0718 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA0718 is #35F8E7. Grayscale: #434343. Windows color (decimal): -3537128 or 1574858. OLE color: 1574858.

HSL color Cylindrical-coordinate representation of color #CA0718: hue angle of 354.77º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CA0718 is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 7 24 -
CMYK 0 0.97 0.88 0.21
HSL 354.77º 0.93% 0.41% -
HSV(B) 354.77º 0.97% 0.79% -
XYZ 24.6 12.77 2.03 -
YUV 67.24 103.6 224.12 -
System Red Green Blue C M Y K H S L
Decimal 202 7 24 0 0.97 0.88 0.21 354.77 0.93 0.41
Hex CA 7 18 0 61 58 15 163 5D 29
Octal 312 7 30 0 141 130 25 543 135 51
Binary 11001010 111 11000 0 1100001 1011000 10101 101100011 1011101 101001

Color Harmonies of #CA0718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0718

Black with #CA0718

Text Example


Text Example

White with #CA0718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0718; }

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

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

background-color css

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

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

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

border-color css

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

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

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