Html Css Color HEX #CA0314 Venetian Red

📋 copy color: '#CA0314'

red 202 ◦ green 3 ◦ blue 20

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

Shades of Venetian Red #CA0314

Tints of Venetian Red #CA0314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.89%

R = 89.78%
G = 1.33%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#CA0314 (or 0xCA0314) is known color: Venetian Red. HEX triplet: CA, 03 and 14. RGB value is (202,3,20). Sum of RGB (Red+Green+Blue) = 202+3+20=225 (29% of max value = 765). Red value is 202 (79.30% from 255 or 89.78% from 225); Green value is 3 (1.56% from 255 or 1.33% from 225); Blue value is 20 (8.20% from 255 or 8.89% from 225); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0314 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA0314 is #35FCEB. Grayscale: #404040. Windows color (decimal): -3538156 or 1311690. OLE color: 1311690.

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

Color convert

RGB 202 3 20 -
CMYK 0 0.99 0.90 0.21
HSL 354.87º 0.97% 0.4% -
HSV(B) 354.87º 0.99% 0.79% -
XYZ 24.52 12.67 1.82 -
YUV 64.44 102.93 226.12 -
System Red Green Blue C M Y K H S L
Decimal 202 3 20 0 0.99 0.90 0.21 354.87 0.97 0.4
Hex CA 3 14 0 63 5A 15 163 61 28
Octal 312 3 24 0 143 132 25 543 141 50
Binary 11001010 11 10100 0 1100011 1011010 10101 101100011 1100001 101000

Color Harmonies of #CA0314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0314

Black with #CA0314

Text Example


Text Example

White with #CA0314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0314; }

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

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

background-color css

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

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

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

border-color css

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

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

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