Html Css Color HEX #CA123F Cardinal

📋 copy color: '#CA123F'

red 202 ◦ green 18 ◦ blue 63

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

Shades of Cardinal #CA123F

Tints of Cardinal #CA123F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 22.26%

R = 71.38%
G = 6.36%
B = 22.26%

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

#CA123F (or 0xCA123F) is known color: Cardinal. HEX triplet: CA, 12 and 3F. RGB value is (202,18,63). Sum of RGB (Red+Green+Blue) = 202+18+63=283 (37% of max value = 765). Red value is 202 (79.30% from 255 or 71.38% from 283); Green value is 18 (7.42% from 255 or 6.36% from 283); Blue value is 63 (25% from 255 or 22.26% from 283); Max value from RGB is 202 - color contains mainly: red. Hex color #CA123F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA123F is #35EDC0. Grayscale: #4E4E4E. Windows color (decimal): -3534273 or 4133578. OLE color: 4133578.

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

Color convert

RGB 202 18 63 -
CMYK 0 0.91 0.69 0.21
HSL 345.33º 0.84% 0.43% -
HSV(B) 345.33º 0.91% 0.79% -
XYZ 25.47 13.35 5.94 -
YUV 78.15 119.46 216.34 -
System Red Green Blue C M Y K H S L
Decimal 202 18 63 0 0.91 0.69 0.21 345.33 0.84 0.43
Hex CA 12 3F 0 5B 45 15 159 54 2B
Octal 312 22 77 0 133 105 25 531 124 53
Binary 11001010 10010 111111 0 1011011 1000101 10101 101011001 1010100 101011

Color Harmonies of #CA123F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA123F

Black with #CA123F

Text Example


Text Example

White with #CA123F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA123F; }

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

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

background-color css

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

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

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

border-color css

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

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

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