Html Css Color HEX #CA1C41 Cardinal

📋 copy color: '#CA1C41'

red 202 ◦ green 28 ◦ blue 65

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

Shades of Cardinal #CA1C41

Tints of Cardinal #CA1C41

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.49%

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

R = 68.47%
G = 9.49%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#CA1C41 (or 0xCA1C41) is known color: Cardinal. HEX triplet: CA, 1C and 41. RGB value is (202,28,65). Sum of RGB (Red+Green+Blue) = 202+28+65=295 (39% of max value = 765). Red value is 202 (79.30% from 255 or 68.47% from 295); Green value is 28 (11.33% from 255 or 9.49% from 295); Blue value is 65 (25.78% from 255 or 22.03% from 295); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1C41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA1C41 is #35E3BE. Grayscale: #545454. Windows color (decimal): -3531711 or 4267210. OLE color: 4267210.

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

Color convert

RGB 202 28 65 -
CMYK 0 0.86 0.68 0.21
HSL 347.24º 0.76% 0.45% -
HSV(B) 347.24º 0.86% 0.79% -
XYZ 25.73 13.77 6.3 -
YUV 84.24 117.15 211.99 -
System Red Green Blue C M Y K H S L
Decimal 202 28 65 0 0.86 0.68 0.21 347.24 0.76 0.45
Hex CA 1C 41 0 56 44 15 15B 4C 2D
Octal 312 34 101 0 126 104 25 533 114 55
Binary 11001010 11100 1000001 0 1010110 1000100 10101 101011011 1001100 101101

Color Harmonies of #CA1C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1C41

Black with #CA1C41

Text Example


Text Example

White with #CA1C41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1C41; }

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

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

background-color css

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

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

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

border-color css

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

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

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