Html Css Color HEX #CA050F Venetian Red

📋 copy color: '#CA050F'

red 202 ◦ green 5 ◦ blue 15

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

Shades of Venetian Red #CA050F

Tints of Venetian Red #CA050F

RGB

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

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

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

R = 90.99%
G = 2.25%
B = 6.76%

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

#CA050F (or 0xCA050F) is known color: Venetian Red. HEX triplet: CA, 05 and 0F. RGB value is (202,5,15). Sum of RGB (Red+Green+Blue) = 202+5+15=222 (29% of max value = 765). Red value is 202 (79.30% from 255 or 90.99% from 222); Green value is 5 (2.34% from 255 or 2.25% from 222); Blue value is 15 (6.25% from 255 or 6.76% from 222); Max value from RGB is 202 - color contains mainly: red. Hex color #CA050F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA050F is #35FAF0. Grayscale: #414141. Windows color (decimal): -3537649 or 984522. OLE color: 984522.

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

Color convert

RGB 202 5 15 -
CMYK 0 0.98 0.93 0.21
HSL 356.95º 0.95% 0.41% -
HSV(B) 356.95º 0.98% 0.79% -
XYZ 24.5 12.7 1.61 -
YUV 65.04 99.77 225.69 -
System Red Green Blue C M Y K H S L
Decimal 202 5 15 0 0.98 0.93 0.21 356.95 0.95 0.41
Hex CA 5 F 0 62 5D 15 165 5F 29
Octal 312 5 17 0 142 135 25 545 137 51
Binary 11001010 101 1111 0 1100010 1011101 10101 101100101 1011111 101001

Color Harmonies of #CA050F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA050F

Black with #CA050F

Text Example


Text Example

White with #CA050F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA050F; }

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

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

background-color css

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

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

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

border-color css

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

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

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