Html Css Color HEX #CA124B Cardinal

📋 copy color: '#CA124B'

red 202 ◦ green 18 ◦ blue 75

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

Shades of Cardinal #CA124B

Tints of Cardinal #CA124B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 25.42%

R = 68.47%
G = 6.1%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#CA124B (or 0xCA124B) is known color: Cardinal. HEX triplet: CA, 12 and 4B. RGB value is (202,18,75). Sum of RGB (Red+Green+Blue) = 202+18+75=295 (39% of max value = 765). Red value is 202 (79.30% from 255 or 68.47% from 295); Green value is 18 (7.42% from 255 or 6.10% from 295); Blue value is 75 (29.69% from 255 or 25.42% from 295); Max value from RGB is 202 - color contains mainly: red. Hex color #CA124B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA124B is #35EDB4. Grayscale: #4F4F4F. Windows color (decimal): -3534261 or 4920010. OLE color: 4920010.

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

Color convert

RGB 202 18 75 -
CMYK 0 0.91 0.63 0.21
HSL 341.41º 0.84% 0.43% -
HSV(B) 341.41º 0.91% 0.79% -
XYZ 25.84 13.5 7.9 -
YUV 79.51 125.46 215.37 -
System Red Green Blue C M Y K H S L
Decimal 202 18 75 0 0.91 0.63 0.21 341.41 0.84 0.43
Hex CA 12 4B 0 5B 3F 15 155 54 2B
Octal 312 22 113 0 133 77 25 525 124 53
Binary 11001010 10010 1001011 0 1011011 111111 10101 101010101 1010100 101011

Color Harmonies of #CA124B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA124B

Black with #CA124B

Text Example


Text Example

White with #CA124B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA124B; }

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

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

background-color css

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

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

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

border-color css

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

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

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