Html Css Color HEX #CA040E Venetian Red

📋 copy color: '#CA040E'

red 202 ◦ green 4 ◦ blue 14

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

Shades of Venetian Red #CA040E

Tints of Venetian Red #CA040E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.82%

 BLUE value IS 14 (5.86% from 255) = 6.36%

R = 91.82%
G = 1.82%
B = 6.36%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#CA040E (or 0xCA040E) is known color: Venetian Red. HEX triplet: CA, 04 and 0E. RGB value is (202,4,14). Sum of RGB (Red+Green+Blue) = 202+4+14=220 (29% of max value = 765). Red value is 202 (79.30% from 255 or 91.82% from 220); Green value is 4 (1.95% from 255 or 1.82% from 220); Blue value is 14 (5.86% from 255 or 6.36% from 220); Max value from RGB is 202 - color contains mainly: red. Hex color #CA040E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA040E is #35FBF1. Grayscale: #404040. Windows color (decimal): -3537906 or 918730. OLE color: 918730.

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

Color convert

RGB 202 4 14 -
CMYK 0 0.98 0.93 0.21
HSL 356.97º 0.96% 0.4% -
HSV(B) 356.97º 0.98% 0.79% -
XYZ 24.48 12.68 1.57 -
YUV 64.34 99.6 226.19 -
System Red Green Blue C M Y K H S L
Decimal 202 4 14 0 0.98 0.93 0.21 356.97 0.96 0.4
Hex CA 4 E 0 62 5D 15 165 60 28
Octal 312 4 16 0 142 135 25 545 140 50
Binary 11001010 100 1110 0 1100010 1011101 10101 101100101 1100000 101000

Color Harmonies of #CA040E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA040E

Black with #CA040E

Text Example


Text Example

White with #CA040E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA040E; }

 p { color: rgb(202,4,14); }

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

background-color css

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

 a { background-color: rgb(202,4,14); }

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

border-color css

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

 span { border-color: rgb(202,4,14); }

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