Html Css Color HEX #CA030D Venetian Red

📋 copy color: '#CA030D'

red 202 ◦ green 3 ◦ blue 13

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

Shades of Venetian Red #CA030D

Tints of Venetian Red #CA030D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.38%

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

R = 92.66%
G = 1.38%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#CA030D (or 0xCA030D) is known color: Venetian Red. HEX triplet: CA, 03 and 0D. RGB value is (202,3,13). Sum of RGB (Red+Green+Blue) = 202+3+13=218 (28% of max value = 765). Red value is 202 (79.30% from 255 or 92.66% from 218); Green value is 3 (1.56% from 255 or 1.38% from 218); Blue value is 13 (5.47% from 255 or 5.96% from 218); Max value from RGB is 202 - color contains mainly: red. Hex color #CA030D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA030D is #35FCF2. Grayscale: #3F3F3F. Windows color (decimal): -3538163 or 852938. OLE color: 852938.

HSL color Cylindrical-coordinate representation of color #CA030D: hue angle of 356.98º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CA030D is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 3 13 -
CMYK 0 0.99 0.94 0.21
HSL 356.98º 0.97% 0.4% -
HSV(B) 356.98º 0.99% 0.79% -
XYZ 24.46 12.65 1.53 -
YUV 63.64 99.43 226.69 -
System Red Green Blue C M Y K H S L
Decimal 202 3 13 0 0.99 0.94 0.21 356.98 0.97 0.4
Hex CA 3 D 0 63 5E 15 165 61 28
Octal 312 3 15 0 143 136 25 545 141 50
Binary 11001010 11 1101 0 1100011 1011110 10101 101100101 1100001 101000

Color Harmonies of #CA030D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA030D

Black with #CA030D

Text Example


Text Example

White with #CA030D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA030D; }

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

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

background-color css

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

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

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

border-color css

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

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

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