Html Css Color HEX #CA1845 Cardinal

📋 copy color: '#CA1845'

red 202 ◦ green 24 ◦ blue 69

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

Shades of Cardinal #CA1845

Tints of Cardinal #CA1845

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.14%

 BLUE value IS 69 (27.34% from 255) = 23.39%

R = 68.47%
G = 8.14%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#CA1845 (or 0xCA1845) is known color: Cardinal. HEX triplet: CA, 18 and 45. RGB value is (202,24,69). Sum of RGB (Red+Green+Blue) = 202+24+69=295 (39% of max value = 765). Red value is 202 (79.30% from 255 or 68.47% from 295); Green value is 24 (9.77% from 255 or 8.14% from 295); Blue value is 69 (27.34% from 255 or 23.39% from 295); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1845 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA1845 is #35E7BA. Grayscale: #525252. Windows color (decimal): -3532731 or 4528330. OLE color: 4528330.

HSL color Cylindrical-coordinate representation of color #CA1845: hue angle of 344.83º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CA1845 is Cyan = 0, Magento = 0.88, Yellow = 0.66 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 24 69 -
CMYK 0 0.88 0.66 0.21
HSL 344.83º 0.79% 0.44% -
HSV(B) 344.83º 0.88% 0.79% -
XYZ 25.76 13.64 6.91 -
YUV 82.35 120.47 213.34 -
System Red Green Blue C M Y K H S L
Decimal 202 24 69 0 0.88 0.66 0.21 344.83 0.79 0.44
Hex CA 18 45 0 58 42 15 159 4F 2C
Octal 312 30 105 0 130 102 25 531 117 54
Binary 11001010 11000 1000101 0 1011000 1000010 10101 101011001 1001111 101100

Color Harmonies of #CA1845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1845

Black with #CA1845

Text Example


Text Example

White with #CA1845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1845; }

 p { color: rgb(202,24,69); }

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

background-color css

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

 a { background-color: rgb(202,24,69); }

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

border-color css

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

 span { border-color: rgb(202,24,69); }

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