Html Css Color HEX #CA010F Venetian Red

📋 copy color: '#CA010F'

red 202 ◦ green 1 ◦ blue 15

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

Shades of Venetian Red #CA010F

Tints of Venetian Red #CA010F

RGB

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

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

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

R = 92.66%
G = 0.46%
B = 6.88%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#CA010F (or 0xCA010F) is known color: Venetian Red. HEX triplet: CA, 01 and 0F. RGB value is (202,1,15). Sum of RGB (Red+Green+Blue) = 202+1+15=218 (28% of max value = 765). Red value is 202 (79.30% from 255 or 92.66% from 218); Green value is 1 (0.78% from 255 or 0.46% from 218); Blue value is 15 (6.25% from 255 or 6.88% from 218); Max value from RGB is 202 - color contains mainly: red. Hex color #CA010F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA010F is #35FEF0. Grayscale: #3E3E3E. Windows color (decimal): -3538673 or 983498. OLE color: 983498.

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

Color convert

RGB 202 1 15 -
CMYK 0 1.00 0.93 0.21
HSL 355.82º 0.99% 0.4% -
HSV(B) 355.82º 1% 0.79% -
XYZ 24.45 12.61 1.6 -
YUV 62.7 101.09 227.36 -
System Red Green Blue C M Y K H S L
Decimal 202 1 15 0 1.00 0.93 0.21 355.82 0.99 0.4
Hex CA 1 F 0 64 5D 15 164 63 28
Octal 312 1 17 0 144 135 25 544 143 50
Binary 11001010 1 1111 0 1100100 1011101 10101 101100100 1100011 101000

Color Harmonies of #CA010F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA010F

Black with #CA010F

Text Example


Text Example

White with #CA010F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA010F; }

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

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

background-color css

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

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

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

border-color css

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

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

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