Html Css Color HEX #CA0507 Venetian Red

📋 copy color: '#CA0507'

red 202 ◦ green 5 ◦ blue 7

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

Shades of Venetian Red #CA0507

Tints of Venetian Red #CA0507

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.27%

R = 94.39%
G = 2.34%
B = 3.27%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.97

 K value IS 0.21

RGB Variations

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

Color information

#CA0507 (or 0xCA0507) is known color: Venetian Red. HEX triplet: CA, 05 and 07. RGB value is (202,5,7). Sum of RGB (Red+Green+Blue) = 202+5+7=214 (28% of max value = 765). Red value is 202 (79.30% from 255 or 94.39% from 214); Green value is 5 (2.34% from 255 or 2.34% from 214); Blue value is 7 (3.12% from 255 or 3.27% from 214); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0507 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA0507 is #35FAF8. Grayscale: #404040. Windows color (decimal): -3537657 or 460234. OLE color: 460234.

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

Color convert

RGB 202 5 7 -
CMYK 0 0.98 0.97 0.21
HSL 359.39º 0.95% 0.41% -
HSV(B) 359.39º 0.98% 0.79% -
XYZ 24.45 12.68 1.36 -
YUV 64.13 95.77 226.34 -
System Red Green Blue C M Y K H S L
Decimal 202 5 7 0 0.98 0.97 0.21 359.39 0.95 0.41
Hex CA 5 7 0 62 61 15 167 5F 29
Octal 312 5 7 0 142 141 25 547 137 51
Binary 11001010 101 111 0 1100010 1100001 10101 101100111 1011111 101001

Color Harmonies of #CA0507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0507

Black with #CA0507

Text Example


Text Example

White with #CA0507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0507; }

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

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

background-color css

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

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

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

border-color css

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

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

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