Html Css Color HEX #CA000F Venetian Red

📋 copy color: '#CA000F'

red 202 ◦ green 0 ◦ blue 15

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

Shades of Venetian Red #CA000F

Tints of Venetian Red #CA000F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 93.09%
G = 0%
B = 6.91%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#CA000F (or 0xCA000F) is known color: Venetian Red. HEX triplet: CA, 00 and 0F. RGB value is (202,0,15). Sum of RGB (Red+Green+Blue) = 202+0+15=217 (28% of max value = 765). Red value is 202 (79.30% from 255 or 93.09% from 217); Green value is 0 (0.39% from 255 or 0% from 217); Blue value is 15 (6.25% from 255 or 6.91% from 217); Max value from RGB is 202 - color contains mainly: red. Hex color #CA000F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA000F is #35FFF0. Grayscale: #3E3E3E. Windows color (decimal): -3538929 or 983242. OLE color: 983242.

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

Color convert

RGB 202 0 15 -
CMYK 0 1 0.93 0.21
HSL 355.54º 1% 0.4% -
HSV(B) 355.54º 1% 0.79% -
XYZ 24.44 12.59 1.59 -
YUV 62.11 101.42 227.78 -
System Red Green Blue C M Y K H S L
Decimal 202 0 15 0 1 0.93 0.21 355.54 1 0.4
Hex CA 0 F 0 64 5D 15 164 64 28
Octal 312 0 17 0 144 135 25 544 144 50
Binary 11001010 0 1111 0 1100100 1011101 10101 101100100 1100100 101000

Color Harmonies of #CA000F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA000F

Black with #CA000F

Text Example


Text Example

White with #CA000F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA000F; }

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

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

background-color css

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

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

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

border-color css

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

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

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