Html Css Color HEX #CA0C1D Venetian Red

📋 copy color: '#CA0C1D'

red 202 ◦ green 12 ◦ blue 29

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

Shades of Venetian Red #CA0C1D

Tints of Venetian Red #CA0C1D

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.94%

 BLUE value IS 29 (11.72% from 255) = 11.93%

R = 83.13%
G = 4.94%
B = 11.93%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#CA0C1D (or 0xCA0C1D) is known color: Venetian Red. HEX triplet: CA, 0C and 1D. RGB value is (202,12,29). Sum of RGB (Red+Green+Blue) = 202+12+29=243 (32% of max value = 765). Red value is 202 (79.30% from 255 or 83.13% from 243); Green value is 12 (5.08% from 255 or 4.94% from 243); Blue value is 29 (11.72% from 255 or 11.93% from 243); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0C1D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0C1D is #35F3E2. Grayscale: #464646. Windows color (decimal): -3535843 or 1903818. OLE color: 1903818.

HSL color Cylindrical-coordinate representation of color #CA0C1D: hue angle of 354.63º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CA0C1D is Cyan = 0, Magento = 0.94, Yellow = 0.86 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 12 29 -
CMYK 0 0.94 0.86 0.21
HSL 354.63º 0.89% 0.42% -
HSV(B) 354.63º 0.94% 0.79% -
XYZ 24.71 12.91 2.35 -
YUV 70.75 104.45 221.62 -
System Red Green Blue C M Y K H S L
Decimal 202 12 29 0 0.94 0.86 0.21 354.63 0.89 0.42
Hex CA C 1D 0 5E 56 15 163 59 2A
Octal 312 14 35 0 136 126 25 543 131 52
Binary 11001010 1100 11101 0 1011110 1010110 10101 101100011 1011001 101010

Color Harmonies of #CA0C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0C1D

Black with #CA0C1D

Text Example


Text Example

White with #CA0C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0C1D; }

 p { color: rgb(202,12,29); }

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

background-color css

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

 a { background-color: rgb(202,12,29); }

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

border-color css

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

 span { border-color: rgb(202,12,29); }

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