Html Css Color HEX #CA123E Cardinal

📋 copy color: '#CA123E'

red 202 ◦ green 18 ◦ blue 62

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

Shades of Cardinal #CA123E

Tints of Cardinal #CA123E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.38%

 BLUE value IS 62 (24.61% from 255) = 21.99%

R = 71.63%
G = 6.38%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#CA123E (or 0xCA123E) is known color: Cardinal. HEX triplet: CA, 12 and 3E. RGB value is (202,18,62). Sum of RGB (Red+Green+Blue) = 202+18+62=282 (37% of max value = 765). Red value is 202 (79.30% from 255 or 71.63% from 282); Green value is 18 (7.42% from 255 or 6.38% from 282); Blue value is 62 (24.61% from 255 or 21.99% from 282); Max value from RGB is 202 - color contains mainly: red. Hex color #CA123E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA123E is #35EDC1. Grayscale: #4E4E4E. Windows color (decimal): -3534274 or 4068042. OLE color: 4068042.

HSL color Cylindrical-coordinate representation of color #CA123E: hue angle of 345.65º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CA123E is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 18 62 -
CMYK 0 0.91 0.69 0.21
HSL 345.65º 0.84% 0.43% -
HSV(B) 345.65º 0.91% 0.79% -
XYZ 25.44 13.34 5.79 -
YUV 78.03 118.96 216.42 -
System Red Green Blue C M Y K H S L
Decimal 202 18 62 0 0.91 0.69 0.21 345.65 0.84 0.43
Hex CA 12 3E 0 5B 45 15 15A 54 2B
Octal 312 22 76 0 133 105 25 532 124 53
Binary 11001010 10010 111110 0 1011011 1000101 10101 101011010 1010100 101011

Color Harmonies of #CA123E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA123E

Black with #CA123E

Text Example


Text Example

White with #CA123E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA123E; }

 p { color: rgb(202,18,62); }

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

background-color css

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

 a { background-color: rgb(202,18,62); }

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

border-color css

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

 span { border-color: rgb(202,18,62); }

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