Html Css Color HEX #CB124D Crimson

📋 copy color: '#CB124D'

red 203 ◦ green 18 ◦ blue 77

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

Shades of Crimson #CB124D

Tints of Crimson #CB124D

RGB

 RED value IS 203 (79.69% from 255) = 68.12%

 GREEN value IS 18 (7.42% from 255) = 6.04%

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

R = 68.12%
G = 6.04%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.62

 K value IS 0.20

RGB Variations

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

Color information

#CB124D (or 0xCB124D) is known color: Crimson. HEX triplet: CB, 12 and 4D. RGB value is (203,18,77). Sum of RGB (Red+Green+Blue) = 203+18+77=298 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.12% from 298); Green value is 18 (7.42% from 255 or 6.04% from 298); Blue value is 77 (30.47% from 255 or 25.84% from 298); Max value from RGB is 203 - color contains mainly: red. Hex color #CB124D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB124D is #34EDB2. Grayscale: #4F4F4F. Windows color (decimal): -3468723 or 5051083. OLE color: 5051083.

HSL color Cylindrical-coordinate representation of color #CB124D: hue angle of 340.86º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB124D is Cyan = 0, Magento = 0.91, Yellow = 0.62 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 18 77 -
CMYK 0 0.91 0.62 0.20
HSL 340.86º 0.84% 0.43% -
HSV(B) 340.86º 0.91% 0.8% -
XYZ 26.18 13.66 8.28 -
YUV 80.04 126.29 215.7 -
System Red Green Blue C M Y K H S L
Decimal 203 18 77 0 0.91 0.62 0.20 340.86 0.84 0.43
Hex CB 12 4D 0 5B 3E 14 155 54 2B
Octal 313 22 115 0 133 76 24 525 124 53
Binary 11001011 10010 1001101 0 1011011 111110 10100 101010101 1010100 101011

Color Harmonies of #CB124D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB124D

Black with #CB124D

Text Example


Text Example

White with #CB124D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB124D; }

 p { color: rgb(203,18,77); }

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

background-color css

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

 a { background-color: rgb(203,18,77); }

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

border-color css

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

 span { border-color: rgb(203,18,77); }

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