Html Css Color HEX #CA0613 Venetian Red

📋 copy color: '#CA0613'

red 202 ◦ green 6 ◦ blue 19

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

Shades of Venetian Red #CA0613

Tints of Venetian Red #CA0613

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.64%

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

R = 88.99%
G = 2.64%
B = 8.37%

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

#CA0613 (or 0xCA0613) is known color: Venetian Red. HEX triplet: CA, 06 and 13. RGB value is (202,6,19). Sum of RGB (Red+Green+Blue) = 202+6+19=227 (30% of max value = 765). Red value is 202 (79.30% from 255 or 88.99% from 227); Green value is 6 (2.73% from 255 or 2.64% from 227); Blue value is 19 (7.81% from 255 or 8.37% from 227); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0613 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA0613 is #35F9EC. Grayscale: #424242. Windows color (decimal): -3537389 or 1246922. OLE color: 1246922.

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

Color convert

RGB 202 6 19 -
CMYK 0 0.97 0.91 0.21
HSL 356.02º 0.94% 0.41% -
HSV(B) 356.02º 0.97% 0.79% -
XYZ 24.54 12.73 1.78 -
YUV 66.09 101.43 224.94 -
System Red Green Blue C M Y K H S L
Decimal 202 6 19 0 0.97 0.91 0.21 356.02 0.94 0.41
Hex CA 6 13 0 61 5B 15 164 5E 29
Octal 312 6 23 0 141 133 25 544 136 51
Binary 11001010 110 10011 0 1100001 1011011 10101 101100100 1011110 101001

Color Harmonies of #CA0613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0613

Black with #CA0613

Text Example


Text Example

White with #CA0613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0613; }

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

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

background-color css

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

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

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

border-color css

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

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

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