Html Css Color HEX #CA080E Venetian Red

📋 copy color: '#CA080E'

red 202 ◦ green 8 ◦ blue 14

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

Shades of Venetian Red #CA080E

Tints of Venetian Red #CA080E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.57%

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

R = 90.18%
G = 3.57%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#CA080E (or 0xCA080E) is known color: Venetian Red. HEX triplet: CA, 08 and 0E. RGB value is (202,8,14). Sum of RGB (Red+Green+Blue) = 202+8+14=224 (29% of max value = 765). Red value is 202 (79.30% from 255 or 90.18% from 224); Green value is 8 (3.52% from 255 or 3.57% from 224); Blue value is 14 (5.86% from 255 or 6.25% from 224); Max value from RGB is 202 - color contains mainly: red. Hex color #CA080E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA080E is #35F7F1. Grayscale: #424242. Windows color (decimal): -3536882 or 919754. OLE color: 919754.

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

Color convert

RGB 202 8 14 -
CMYK 0 0.96 0.93 0.21
HSL 358.14º 0.92% 0.41% -
HSV(B) 358.14º 0.96% 0.79% -
XYZ 24.52 12.76 1.59 -
YUV 66.69 98.27 224.51 -
System Red Green Blue C M Y K H S L
Decimal 202 8 14 0 0.96 0.93 0.21 358.14 0.92 0.41
Hex CA 8 E 0 60 5D 15 166 5C 29
Octal 312 10 16 0 140 135 25 546 134 51
Binary 11001010 1000 1110 0 1100000 1011101 10101 101100110 1011100 101001

Color Harmonies of #CA080E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA080E

Black with #CA080E

Text Example


Text Example

White with #CA080E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA080E; }

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

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

background-color css

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

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

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

border-color css

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

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

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