Html Css Color HEX #CA0A1E Venetian Red

📋 copy color: '#CA0A1E'

red 202 ◦ green 10 ◦ blue 30

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

Shades of Venetian Red #CA0A1E

Tints of Venetian Red #CA0A1E

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.13%

 BLUE value IS 30 (12.11% from 255) = 12.4%

R = 83.47%
G = 4.13%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.85

 K value IS 0.21

RGB Variations

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

Color information

#CA0A1E (or 0xCA0A1E) is known color: Venetian Red. HEX triplet: CA, 0A and 1E. RGB value is (202,10,30). Sum of RGB (Red+Green+Blue) = 202+10+30=242 (32% of max value = 765). Red value is 202 (79.30% from 255 or 83.47% from 242); Green value is 10 (4.30% from 255 or 4.13% from 242); Blue value is 30 (12.11% from 255 or 12.40% from 242); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0A1E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0A1E is #35F5E1. Grayscale: #454545. Windows color (decimal): -3536354 or 1968842. OLE color: 1968842.

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

Color convert

RGB 202 10 30 -
CMYK 0 0.95 0.85 0.21
HSL 353.75º 0.91% 0.42% -
HSV(B) 353.75º 0.95% 0.79% -
XYZ 24.7 12.87 2.41 -
YUV 69.69 105.61 222.37 -
System Red Green Blue C M Y K H S L
Decimal 202 10 30 0 0.95 0.85 0.21 353.75 0.91 0.42
Hex CA A 1E 0 5F 55 15 162 5B 2A
Octal 312 12 36 0 137 125 25 542 133 52
Binary 11001010 1010 11110 0 1011111 1010101 10101 101100010 1011011 101010

Color Harmonies of #CA0A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0A1E

Black with #CA0A1E

Text Example


Text Example

White with #CA0A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0A1E; }

 p { color: rgb(202,10,30); }

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

background-color css

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

 a { background-color: rgb(202,10,30); }

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

border-color css

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

 span { border-color: rgb(202,10,30); }

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