Html Css Color HEX #CA070D Venetian Red

📋 copy color: '#CA070D'

red 202 ◦ green 7 ◦ blue 13

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

Shades of Venetian Red #CA070D

Tints of Venetian Red #CA070D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.15%

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

R = 90.99%
G = 3.15%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#CA070D (or 0xCA070D) is known color: Venetian Red. HEX triplet: CA, 07 and 0D. RGB value is (202,7,13). Sum of RGB (Red+Green+Blue) = 202+7+13=222 (29% of max value = 765). Red value is 202 (79.30% from 255 or 90.99% from 222); Green value is 7 (3.12% from 255 or 3.15% from 222); Blue value is 13 (5.47% from 255 or 5.86% from 222); Max value from RGB is 202 - color contains mainly: red. Hex color #CA070D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA070D is #35F8F2. Grayscale: #424242. Windows color (decimal): -3537139 or 853962. OLE color: 853962.

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

Color convert

RGB 202 7 13 -
CMYK 0 0.97 0.94 0.21
HSL 358.15º 0.93% 0.41% -
HSV(B) 358.15º 0.97% 0.79% -
XYZ 24.51 12.74 1.55 -
YUV 65.99 98.1 225.01 -
System Red Green Blue C M Y K H S L
Decimal 202 7 13 0 0.97 0.94 0.21 358.15 0.93 0.41
Hex CA 7 D 0 61 5E 15 166 5D 29
Octal 312 7 15 0 141 136 25 546 135 51
Binary 11001010 111 1101 0 1100001 1011110 10101 101100110 1011101 101001

Color Harmonies of #CA070D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA070D

Black with #CA070D

Text Example


Text Example

White with #CA070D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA070D; }

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

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

background-color css

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

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

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

border-color css

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

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

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