Html Css Color HEX #CA0713 Venetian Red

📋 copy color: '#CA0713'

red 202 ◦ green 7 ◦ blue 19

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

Shades of Venetian Red #CA0713

Tints of Venetian Red #CA0713

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.33%

R = 88.6%
G = 3.07%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#CA0713 (or 0xCA0713) is known color: Venetian Red. HEX triplet: CA, 07 and 13. RGB value is (202,7,19). Sum of RGB (Red+Green+Blue) = 202+7+19=228 (30% of max value = 765). Red value is 202 (79.30% from 255 or 88.60% from 228); Green value is 7 (3.12% from 255 or 3.07% from 228); Blue value is 19 (7.81% from 255 or 8.33% from 228); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0713 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA0713 is #35F8EC. Grayscale: #424242. Windows color (decimal): -3537133 or 1247178. OLE color: 1247178.

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

Color convert

RGB 202 7 19 -
CMYK 0 0.97 0.91 0.21
HSL 356.31º 0.93% 0.41% -
HSV(B) 356.31º 0.97% 0.79% -
XYZ 24.55 12.76 1.78 -
YUV 66.67 101.1 224.52 -
System Red Green Blue C M Y K H S L
Decimal 202 7 19 0 0.97 0.91 0.21 356.31 0.93 0.41
Hex CA 7 13 0 61 5B 15 164 5D 29
Octal 312 7 23 0 141 133 25 544 135 51
Binary 11001010 111 10011 0 1100001 1011011 10101 101100100 1011101 101001

Color Harmonies of #CA0713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0713

Black with #CA0713

Text Example


Text Example

White with #CA0713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0713; }

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

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

background-color css

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

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

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

border-color css

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

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

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