Html Css Color HEX #CA010D Venetian Red

📋 copy color: '#CA010D'

red 202 ◦ green 1 ◦ blue 13

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

Shades of Venetian Red #CA010D

Tints of Venetian Red #CA010D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.46%

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

R = 93.52%
G = 0.46%
B = 6.02%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#CA010D (or 0xCA010D) is known color: Venetian Red. HEX triplet: CA, 01 and 0D. RGB value is (202,1,13). Sum of RGB (Red+Green+Blue) = 202+1+13=216 (28% of max value = 765). Red value is 202 (79.30% from 255 or 93.52% from 216); Green value is 1 (0.78% from 255 or 0.46% from 216); Blue value is 13 (5.47% from 255 or 6.02% from 216); Max value from RGB is 202 - color contains mainly: red. Hex color #CA010D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA010D is #35FEF2. Grayscale: #3E3E3E. Windows color (decimal): -3538675 or 852426. OLE color: 852426.

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

Color convert

RGB 202 1 13 -
CMYK 0 1.00 0.94 0.21
HSL 356.42º 0.99% 0.4% -
HSV(B) 356.42º 1% 0.79% -
XYZ 24.44 12.61 1.53 -
YUV 62.47 100.09 227.52 -
System Red Green Blue C M Y K H S L
Decimal 202 1 13 0 1.00 0.94 0.21 356.42 0.99 0.4
Hex CA 1 D 0 64 5E 15 164 63 28
Octal 312 1 15 0 144 136 25 544 143 50
Binary 11001010 1 1101 0 1100100 1011110 10101 101100100 1100011 101000

Color Harmonies of #CA010D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA010D

Black with #CA010D

Text Example


Text Example

White with #CA010D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA010D; }

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

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

background-color css

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

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

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

border-color css

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

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

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