Html Css Color HEX #CA080D Venetian Red

📋 copy color: '#CA080D'

red 202 ◦ green 8 ◦ blue 13

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

Shades of Venetian Red #CA080D

Tints of Venetian Red #CA080D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.83%

R = 90.58%
G = 3.59%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#CA080D (or 0xCA080D) is known color: Venetian Red. HEX triplet: CA, 08 and 0D. RGB value is (202,8,13). Sum of RGB (Red+Green+Blue) = 202+8+13=223 (29% of max value = 765). Red value is 202 (79.30% from 255 or 90.58% from 223); Green value is 8 (3.52% from 255 or 3.59% from 223); Blue value is 13 (5.47% from 255 or 5.83% from 223); Max value from RGB is 202 - color contains mainly: red. Hex color #CA080D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA080D is #35F7F2. Grayscale: #424242. Windows color (decimal): -3536883 or 854218. OLE color: 854218.

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

Color convert

RGB 202 8 13 -
CMYK 0 0.96 0.94 0.21
HSL 358.45º 0.92% 0.41% -
HSV(B) 358.45º 0.96% 0.79% -
XYZ 24.52 12.76 1.55 -
YUV 66.58 97.77 224.59 -
System Red Green Blue C M Y K H S L
Decimal 202 8 13 0 0.96 0.94 0.21 358.45 0.92 0.41
Hex CA 8 D 0 60 5E 15 166 5C 29
Octal 312 10 15 0 140 136 25 546 134 51
Binary 11001010 1000 1101 0 1100000 1011110 10101 101100110 1011100 101001

Color Harmonies of #CA080D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA080D

Black with #CA080D

Text Example


Text Example

White with #CA080D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA080D; }

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

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

background-color css

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

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

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

border-color css

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

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

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