Html Css Color HEX #CA050E Venetian Red

📋 copy color: '#CA050E'

red 202 ◦ green 5 ◦ blue 14

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

Shades of Venetian Red #CA050E

Tints of Venetian Red #CA050E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.26%

 BLUE value IS 14 (5.86% from 255) = 6.33%

R = 91.4%
G = 2.26%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#CA050E (or 0xCA050E) is known color: Venetian Red. HEX triplet: CA, 05 and 0E. RGB value is (202,5,14). Sum of RGB (Red+Green+Blue) = 202+5+14=221 (29% of max value = 765). Red value is 202 (79.30% from 255 or 91.40% from 221); Green value is 5 (2.34% from 255 or 2.26% from 221); Blue value is 14 (5.86% from 255 or 6.33% from 221); Max value from RGB is 202 - color contains mainly: red. Hex color #CA050E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA050E is #35FAF1. Grayscale: #414141. Windows color (decimal): -3537650 or 918986. OLE color: 918986.

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

Color convert

RGB 202 5 14 -
CMYK 0 0.98 0.93 0.21
HSL 357.26º 0.95% 0.41% -
HSV(B) 357.26º 0.98% 0.79% -
XYZ 24.49 12.7 1.58 -
YUV 64.93 99.27 225.77 -
System Red Green Blue C M Y K H S L
Decimal 202 5 14 0 0.98 0.93 0.21 357.26 0.95 0.41
Hex CA 5 E 0 62 5D 15 165 5F 29
Octal 312 5 16 0 142 135 25 545 137 51
Binary 11001010 101 1110 0 1100010 1011101 10101 101100101 1011111 101001

Color Harmonies of #CA050E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA050E

Black with #CA050E

Text Example


Text Example

White with #CA050E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA050E; }

 p { color: rgb(202,5,14); }

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

background-color css

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

 a { background-color: rgb(202,5,14); }

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

border-color css

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

 span { border-color: rgb(202,5,14); }

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