Html Css Color HEX #CA114D Crimson

📋 copy color: '#CA114D'

red 202 ◦ green 17 ◦ blue 77

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

Shades of Crimson #CA114D

Tints of Crimson #CA114D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 26.01%

R = 68.24%
G = 5.74%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#CA114D (or 0xCA114D) is known color: Crimson. HEX triplet: CA, 11 and 4D. RGB value is (202,17,77). Sum of RGB (Red+Green+Blue) = 202+17+77=296 (39% of max value = 765). Red value is 202 (79.30% from 255 or 68.24% from 296); Green value is 17 (7.03% from 255 or 5.74% from 296); Blue value is 77 (30.47% from 255 or 26.01% from 296); Max value from RGB is 202 - color contains mainly: red. Hex color #CA114D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA114D is #35EEB2. Grayscale: #4F4F4F. Windows color (decimal): -3534515 or 5050826. OLE color: 5050826.

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

Color convert

RGB 202 17 77 -
CMYK 0 0.92 0.62 0.21
HSL 340.54º 0.84% 0.43% -
HSV(B) 340.54º 0.92% 0.79% -
XYZ 25.9 13.49 8.26 -
YUV 79.16 126.79 215.62 -
System Red Green Blue C M Y K H S L
Decimal 202 17 77 0 0.92 0.62 0.21 340.54 0.84 0.43
Hex CA 11 4D 0 5C 3E 15 155 54 2B
Octal 312 21 115 0 134 76 25 525 124 53
Binary 11001010 10001 1001101 0 1011100 111110 10101 101010101 1010100 101011

Color Harmonies of #CA114D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA114D

Black with #CA114D

Text Example


Text Example

White with #CA114D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA114D; }

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

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

background-color css

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

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

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

border-color css

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

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

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