Html Css Color HEX #CA0823 Venetian Red

📋 copy color: '#CA0823'

red 202 ◦ green 8 ◦ blue 35

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

Shades of Venetian Red #CA0823

Tints of Venetian Red #CA0823

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.27%

 BLUE value IS 35 (14.06% from 255) = 14.29%

R = 82.45%
G = 3.27%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.83

 K value IS 0.21

RGB Variations

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

Color information

#CA0823 (or 0xCA0823) is known color: Venetian Red. HEX triplet: CA, 08 and 23. RGB value is (202,8,35). Sum of RGB (Red+Green+Blue) = 202+8+35=245 (32% of max value = 765). Red value is 202 (79.30% from 255 or 82.45% from 245); Green value is 8 (3.52% from 255 or 3.27% from 245); Blue value is 35 (14.06% from 255 or 14.29% from 245); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0823 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0823 is #35F7DC. Grayscale: #454545. Windows color (decimal): -3536861 or 2296010. OLE color: 2296010.

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

Color convert

RGB 202 8 35 -
CMYK 0 0.96 0.83 0.21
HSL 351.65º 0.92% 0.41% -
HSV(B) 351.65º 0.96% 0.79% -
XYZ 24.75 12.85 2.77 -
YUV 69.08 108.77 222.8 -
System Red Green Blue C M Y K H S L
Decimal 202 8 35 0 0.96 0.83 0.21 351.65 0.92 0.41
Hex CA 8 23 0 60 53 15 160 5C 29
Octal 312 10 43 0 140 123 25 540 134 51
Binary 11001010 1000 100011 0 1100000 1010011 10101 101100000 1011100 101001

Color Harmonies of #CA0823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0823

Black with #CA0823

Text Example


Text Example

White with #CA0823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0823; }

 p { color: rgb(202,8,35); }

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

background-color css

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

 a { background-color: rgb(202,8,35); }

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

border-color css

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

 span { border-color: rgb(202,8,35); }

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