Html Css Color HEX #CA243F Cardinal

📋 copy color: '#CA243F'

red 202 ◦ green 36 ◦ blue 63

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

Shades of Cardinal #CA243F

Tints of Cardinal #CA243F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.96%

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

R = 67.11%
G = 11.96%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#CA243F (or 0xCA243F) is known color: Cardinal. HEX triplet: CA, 24 and 3F. RGB value is (202,36,63). Sum of RGB (Red+Green+Blue) = 202+36+63=301 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.11% from 301); Green value is 36 (14.45% from 255 or 11.96% from 301); Blue value is 63 (25% from 255 or 20.93% from 301); Max value from RGB is 202 - color contains mainly: red. Hex color #CA243F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA243F is #35DBC0. Grayscale: #585858. Windows color (decimal): -3529665 or 4138186. OLE color: 4138186.

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

Color convert

RGB 202 36 63 -
CMYK 0 0.82 0.69 0.21
HSL 350.24º 0.7% 0.47% -
HSV(B) 350.24º 0.82% 0.79% -
XYZ 25.89 14.18 6.07 -
YUV 88.71 113.5 208.8 -
System Red Green Blue C M Y K H S L
Decimal 202 36 63 0 0.82 0.69 0.21 350.24 0.7 0.47
Hex CA 24 3F 0 52 45 15 15E 46 2F
Octal 312 44 77 0 122 105 25 536 106 57
Binary 11001010 100100 111111 0 1010010 1000101 10101 101011110 1000110 101111

Color Harmonies of #CA243F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA243F

Black with #CA243F

Text Example


Text Example

White with #CA243F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA243F; }

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

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

background-color css

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

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

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

border-color css

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

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

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