Html Css Color HEX #CA1741 Cardinal

📋 copy color: '#CA1741'

red 202 ◦ green 23 ◦ blue 65

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

Shades of Cardinal #CA1741

Tints of Cardinal #CA1741

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.93%

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

R = 69.66%
G = 7.93%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#CA1741 (or 0xCA1741) is known color: Cardinal. HEX triplet: CA, 17 and 41. RGB value is (202,23,65). Sum of RGB (Red+Green+Blue) = 202+23+65=290 (38% of max value = 765). Red value is 202 (79.30% from 255 or 69.66% from 290); Green value is 23 (9.38% from 255 or 7.93% from 290); Blue value is 65 (25.78% from 255 or 22.41% from 290); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1741 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA1741 is #35E8BE. Grayscale: #515151. Windows color (decimal): -3532991 or 4265930. OLE color: 4265930.

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

Color convert

RGB 202 23 65 -
CMYK 0 0.89 0.68 0.21
HSL 345.92º 0.8% 0.44% -
HSV(B) 345.92º 0.89% 0.79% -
XYZ 25.62 13.55 6.27 -
YUV 81.31 118.8 214.08 -
System Red Green Blue C M Y K H S L
Decimal 202 23 65 0 0.89 0.68 0.21 345.92 0.8 0.44
Hex CA 17 41 0 59 44 15 15A 50 2C
Octal 312 27 101 0 131 104 25 532 120 54
Binary 11001010 10111 1000001 0 1011001 1000100 10101 101011010 1010000 101100

Color Harmonies of #CA1741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1741

Black with #CA1741

Text Example


Text Example

White with #CA1741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1741; }

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

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

background-color css

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

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

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

border-color css

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

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

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