Html Css Color HEX #CA0717 Venetian Red

📋 copy color: '#CA0717'

red 202 ◦ green 7 ◦ blue 23

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

Shades of Venetian Red #CA0717

Tints of Venetian Red #CA0717

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 9.91%

R = 87.07%
G = 3.02%
B = 9.91%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#CA0717 (or 0xCA0717) is known color: Venetian Red. HEX triplet: CA, 07 and 17. RGB value is (202,7,23). Sum of RGB (Red+Green+Blue) = 202+7+23=232 (30% of max value = 765). Red value is 202 (79.30% from 255 or 87.07% from 232); Green value is 7 (3.12% from 255 or 3.02% from 232); Blue value is 23 (9.38% from 255 or 9.91% from 232); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0717 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA0717 is #35F8E8. Grayscale: #434343. Windows color (decimal): -3537129 or 1509322. OLE color: 1509322.

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

Color convert

RGB 202 7 23 -
CMYK 0 0.97 0.89 0.21
HSL 355.08º 0.93% 0.41% -
HSV(B) 355.08º 0.97% 0.79% -
XYZ 24.59 12.77 1.98 -
YUV 67.13 103.1 224.2 -
System Red Green Blue C M Y K H S L
Decimal 202 7 23 0 0.97 0.89 0.21 355.08 0.93 0.41
Hex CA 7 17 0 61 59 15 163 5D 29
Octal 312 7 27 0 141 131 25 543 135 51
Binary 11001010 111 10111 0 1100001 1011001 10101 101100011 1011101 101001

Color Harmonies of #CA0717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0717

Black with #CA0717

Text Example


Text Example

White with #CA0717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0717; }

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

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

background-color css

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

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

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

border-color css

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

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

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