Html Css Color HEX #CA1241 Cardinal

📋 copy color: '#CA1241'

red 202 ◦ green 18 ◦ blue 65

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

Shades of Cardinal #CA1241

Tints of Cardinal #CA1241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 22.81%

R = 70.88%
G = 6.32%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#CA1241 (or 0xCA1241) is known color: Cardinal. HEX triplet: CA, 12 and 41. RGB value is (202,18,65). Sum of RGB (Red+Green+Blue) = 202+18+65=285 (37% of max value = 765). Red value is 202 (79.30% from 255 or 70.88% from 285); Green value is 18 (7.42% from 255 or 6.32% from 285); Blue value is 65 (25.78% from 255 or 22.81% from 285); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1241 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA1241 is #35EDBE. Grayscale: #4E4E4E. Windows color (decimal): -3534271 or 4264650. OLE color: 4264650.

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

Color convert

RGB 202 18 65 -
CMYK 0 0.91 0.68 0.21
HSL 344.67º 0.84% 0.43% -
HSV(B) 344.67º 0.91% 0.79% -
XYZ 25.53 13.37 6.24 -
YUV 78.37 120.46 216.18 -
System Red Green Blue C M Y K H S L
Decimal 202 18 65 0 0.91 0.68 0.21 344.67 0.84 0.43
Hex CA 12 41 0 5B 44 15 159 54 2B
Octal 312 22 101 0 133 104 25 531 124 53
Binary 11001010 10010 1000001 0 1011011 1000100 10101 101011001 1010100 101011

Color Harmonies of #CA1241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1241

Black with #CA1241

Text Example


Text Example

White with #CA1241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1241; }

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

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

background-color css

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

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

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

border-color css

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

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

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