Html Css Color HEX #CA1138 Cardinal

📋 copy color: '#CA1138'

red 202 ◦ green 17 ◦ blue 56

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

Shades of Cardinal #CA1138

Tints of Cardinal #CA1138

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.18%

 BLUE value IS 56 (22.27% from 255) = 20.36%

R = 73.45%
G = 6.18%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.72

 K value IS 0.21

RGB Variations

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

Color information

#CA1138 (or 0xCA1138) is known color: Cardinal. HEX triplet: CA, 11 and 38. RGB value is (202,17,56). Sum of RGB (Red+Green+Blue) = 202+17+56=275 (36% of max value = 765). Red value is 202 (79.30% from 255 or 73.45% from 275); Green value is 17 (7.03% from 255 or 6.18% from 275); Blue value is 56 (22.27% from 255 or 20.36% from 275); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1138 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA1138 is #35EEC7. Grayscale: #4C4C4C. Windows color (decimal): -3534536 or 3674570. OLE color: 3674570.

HSL color Cylindrical-coordinate representation of color #CA1138: hue angle of 347.35º degrees, saturation: 0.84, 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 #CA1138 is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 17 56 -
CMYK 0 0.92 0.72 0.21
HSL 347.35º 0.84% 0.43% -
HSV(B) 347.35º 0.92% 0.79% -
XYZ 25.27 13.24 4.97 -
YUV 76.76 116.29 217.33 -
System Red Green Blue C M Y K H S L
Decimal 202 17 56 0 0.92 0.72 0.21 347.35 0.84 0.43
Hex CA 11 38 0 5C 48 15 15B 54 2B
Octal 312 21 70 0 134 110 25 533 124 53
Binary 11001010 10001 111000 0 1011100 1001000 10101 101011011 1010100 101011

Color Harmonies of #CA1138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1138

Black with #CA1138

Text Example


Text Example

White with #CA1138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1138; }

 p { color: rgb(202,17,56); }

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

background-color css

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

 a { background-color: rgb(202,17,56); }

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

border-color css

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

 span { border-color: rgb(202,17,56); }

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