Html Css Color HEX #CA243E Cardinal

📋 copy color: '#CA243E'

red 202 ◦ green 36 ◦ blue 62

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

Shades of Cardinal #CA243E

Tints of Cardinal #CA243E

RGB

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

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

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

R = 67.33%
G = 12%
B = 20.67%

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

#CA243E (or 0xCA243E) is known color: Cardinal. HEX triplet: CA, 24 and 3E. RGB value is (202,36,62). Sum of RGB (Red+Green+Blue) = 202+36+62=300 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.33% from 300); Green value is 36 (14.45% from 255 or 12% from 300); Blue value is 62 (24.61% from 255 or 20.67% from 300); Max value from RGB is 202 - color contains mainly: red. Hex color #CA243E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA243E is #35DBC1. Grayscale: #585858. Windows color (decimal): -3529666 or 4072650. OLE color: 4072650.

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

Color convert

RGB 202 36 62 -
CMYK 0 0.82 0.69 0.21
HSL 350.6º 0.7% 0.47% -
HSV(B) 350.6º 0.82% 0.79% -
XYZ 25.86 14.17 5.93 -
YUV 88.6 113 208.89 -
System Red Green Blue C M Y K H S L
Decimal 202 36 62 0 0.82 0.69 0.21 350.6 0.7 0.47
Hex CA 24 3E 0 52 45 15 15F 46 2F
Octal 312 44 76 0 122 105 25 537 106 57
Binary 11001010 100100 111110 0 1010010 1000101 10101 101011111 1000110 101111

Color Harmonies of #CA243E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA243E

Black with #CA243E

Text Example


Text Example

White with #CA243E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA243E; }

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

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

background-color css

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

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

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

border-color css

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

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

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