Html Css Color HEX #CA080F Venetian Red

📋 copy color: '#CA080F'

red 202 ◦ green 8 ◦ blue 15

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

Shades of Venetian Red #CA080F

Tints of Venetian Red #CA080F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.67%

R = 89.78%
G = 3.56%
B = 6.67%

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

#CA080F (or 0xCA080F) is known color: Venetian Red. HEX triplet: CA, 08 and 0F. RGB value is (202,8,15). Sum of RGB (Red+Green+Blue) = 202+8+15=225 (29% of max value = 765). Red value is 202 (79.30% from 255 or 89.78% from 225); Green value is 8 (3.52% from 255 or 3.56% from 225); Blue value is 15 (6.25% from 255 or 6.67% from 225); Max value from RGB is 202 - color contains mainly: red. Hex color #CA080F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA080F is #35F7F0. Grayscale: #424242. Windows color (decimal): -3536881 or 985290. OLE color: 985290.

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

Color convert

RGB 202 8 15 -
CMYK 0 0.96 0.93 0.21
HSL 357.84º 0.92% 0.41% -
HSV(B) 357.84º 0.96% 0.79% -
XYZ 24.53 12.76 1.62 -
YUV 66.8 98.77 224.43 -
System Red Green Blue C M Y K H S L
Decimal 202 8 15 0 0.96 0.93 0.21 357.84 0.92 0.41
Hex CA 8 F 0 60 5D 15 166 5C 29
Octal 312 10 17 0 140 135 25 546 134 51
Binary 11001010 1000 1111 0 1100000 1011101 10101 101100110 1011100 101001

Color Harmonies of #CA080F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA080F

Black with #CA080F

Text Example


Text Example

White with #CA080F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA080F; }

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

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

background-color css

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

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

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

border-color css

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

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

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