Html Css Color HEX #CA1D45 Cardinal

📋 copy color: '#CA1D45'

red 202 ◦ green 29 ◦ blue 69

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

Shades of Cardinal #CA1D45

Tints of Cardinal #CA1D45

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.67%

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

R = 67.33%
G = 9.67%
B = 23%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#CA1D45 (or 0xCA1D45) is known color: Cardinal. HEX triplet: CA, 1D and 45. RGB value is (202,29,69). Sum of RGB (Red+Green+Blue) = 202+29+69=300 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.33% from 300); Green value is 29 (11.72% from 255 or 9.67% from 300); Blue value is 69 (27.34% from 255 or 23% from 300); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1D45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA1D45 is #35E2BA. Grayscale: #555555. Windows color (decimal): -3531451 or 4529610. OLE color: 4529610.

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

Color convert

RGB 202 29 69 -
CMYK 0 0.86 0.66 0.21
HSL 346.13º 0.75% 0.45% -
HSV(B) 346.13º 0.86% 0.79% -
XYZ 25.87 13.86 6.94 -
YUV 85.29 118.81 211.25 -
System Red Green Blue C M Y K H S L
Decimal 202 29 69 0 0.86 0.66 0.21 346.13 0.75 0.45
Hex CA 1D 45 0 56 42 15 15A 4B 2D
Octal 312 35 105 0 126 102 25 532 113 55
Binary 11001010 11101 1000101 0 1010110 1000010 10101 101011010 1001011 101101

Color Harmonies of #CA1D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1D45

Black with #CA1D45

Text Example


Text Example

White with #CA1D45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1D45; }

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

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

background-color css

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

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

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

border-color css

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

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

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