Html Css Color HEX #CA0123 Venetian Red

📋 copy color: '#CA0123'

red 202 ◦ green 1 ◦ blue 35

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

Shades of Venetian Red #CA0123

Tints of Venetian Red #CA0123

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.42%

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

R = 84.87%
G = 0.42%
B = 14.71%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.83

 K value IS 0.21

RGB Variations

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

Color information

#CA0123 (or 0xCA0123) is known color: Venetian Red. HEX triplet: CA, 01 and 23. RGB value is (202,1,35). Sum of RGB (Red+Green+Blue) = 202+1+35=238 (31% of max value = 765). Red value is 202 (79.30% from 255 or 84.87% from 238); Green value is 1 (0.78% from 255 or 0.42% from 238); Blue value is 35 (14.06% from 255 or 14.71% from 238); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0123 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0123 is #35FEDC. Grayscale: #414141. Windows color (decimal): -3538653 or 2294218. OLE color: 2294218.

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

Color convert

RGB 202 1 35 -
CMYK 0 1.00 0.83 0.21
HSL 349.85º 0.99% 0.4% -
HSV(B) 349.85º 1% 0.79% -
XYZ 24.67 12.7 2.74 -
YUV 64.98 111.09 225.74 -
System Red Green Blue C M Y K H S L
Decimal 202 1 35 0 1.00 0.83 0.21 349.85 0.99 0.4
Hex CA 1 23 0 64 53 15 15E 63 28
Octal 312 1 43 0 144 123 25 536 143 50
Binary 11001010 1 100011 0 1100100 1010011 10101 101011110 1100011 101000

Color Harmonies of #CA0123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0123

Black with #CA0123

Text Example


Text Example

White with #CA0123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0123; }

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

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

background-color css

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

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

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

border-color css

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

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

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