Html Css Color HEX #CA123D Cardinal

📋 copy color: '#CA123D'

red 202 ◦ green 18 ◦ blue 61

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

Shades of Cardinal #CA123D

Tints of Cardinal #CA123D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 21.71%

R = 71.89%
G = 6.41%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#CA123D (or 0xCA123D) is known color: Cardinal. HEX triplet: CA, 12 and 3D. RGB value is (202,18,61). Sum of RGB (Red+Green+Blue) = 202+18+61=281 (37% of max value = 765). Red value is 202 (79.30% from 255 or 71.89% from 281); Green value is 18 (7.42% from 255 or 6.41% from 281); Blue value is 61 (24.22% from 255 or 21.71% from 281); Max value from RGB is 202 - color contains mainly: red. Hex color #CA123D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA123D is #35EDC2. Grayscale: #4D4D4D. Windows color (decimal): -3534275 or 4002506. OLE color: 4002506.

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

Color convert

RGB 202 18 61 -
CMYK 0 0.91 0.70 0.21
HSL 345.98º 0.84% 0.43% -
HSV(B) 345.98º 0.91% 0.79% -
XYZ 25.42 13.33 5.65 -
YUV 77.92 118.46 216.5 -
System Red Green Blue C M Y K H S L
Decimal 202 18 61 0 0.91 0.70 0.21 345.98 0.84 0.43
Hex CA 12 3D 0 5B 46 15 15A 54 2B
Octal 312 22 75 0 133 106 25 532 124 53
Binary 11001010 10010 111101 0 1011011 1000110 10101 101011010 1010100 101011

Color Harmonies of #CA123D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA123D

Black with #CA123D

Text Example


Text Example

White with #CA123D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA123D; }

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

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

background-color css

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

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

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

border-color css

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

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

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