Html Css Color HEX #CA1040 Cardinal

📋 copy color: '#CA1040'

red 202 ◦ green 16 ◦ blue 64

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

Shades of Cardinal #CA1040

Tints of Cardinal #CA1040

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.67%

 BLUE value IS 64 (25.39% from 255) = 22.7%

R = 71.63%
G = 5.67%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#CA1040 (or 0xCA1040) is known color: Cardinal. HEX triplet: CA, 10 and 40. RGB value is (202,16,64). Sum of RGB (Red+Green+Blue) = 202+16+64=282 (37% of max value = 765). Red value is 202 (79.30% from 255 or 71.63% from 282); Green value is 16 (6.64% from 255 or 5.67% from 282); Blue value is 64 (25.39% from 255 or 22.70% from 282); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1040 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA1040 is #35EFBF. Grayscale: #4D4D4D. Windows color (decimal): -3534784 or 4198602. OLE color: 4198602.

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

Color convert

RGB 202 16 64 -
CMYK 0 0.92 0.68 0.21
HSL 344.52º 0.85% 0.43% -
HSV(B) 344.52º 0.92% 0.79% -
XYZ 25.47 13.3 6.07 -
YUV 77.09 120.62 217.1 -
System Red Green Blue C M Y K H S L
Decimal 202 16 64 0 0.92 0.68 0.21 344.52 0.85 0.43
Hex CA 10 40 0 5C 44 15 159 55 2B
Octal 312 20 100 0 134 104 25 531 125 53
Binary 11001010 10000 1000000 0 1011100 1000100 10101 101011001 1010101 101011

Color Harmonies of #CA1040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1040

Black with #CA1040

Text Example


Text Example

White with #CA1040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1040; }

 p { color: rgb(202,16,64); }

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

background-color css

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

 a { background-color: rgb(202,16,64); }

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

border-color css

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

 span { border-color: rgb(202,16,64); }

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