Html Css Color HEX #CB1248 Crimson

📋 copy color: '#CB1248'

red 203 ◦ green 18 ◦ blue 72

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

Shades of Crimson #CB1248

Tints of Crimson #CB1248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 24.57%

R = 69.28%
G = 6.14%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.65

 K value IS 0.20

RGB Variations

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

Color information

#CB1248 (or 0xCB1248) is known color: Crimson. HEX triplet: CB, 12 and 48. RGB value is (203,18,72). Sum of RGB (Red+Green+Blue) = 203+18+72=293 (38% of max value = 765). Red value is 203 (79.69% from 255 or 69.28% from 293); Green value is 18 (7.42% from 255 or 6.14% from 293); Blue value is 72 (28.52% from 255 or 24.57% from 293); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1248 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1248 is #34EDB7. Grayscale: #4F4F4F. Windows color (decimal): -3468728 or 4723403. OLE color: 4723403.

HSL color Cylindrical-coordinate representation of color #CB1248: hue angle of 342.49º 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 #CB1248 is Cyan = 0, Magento = 0.91, Yellow = 0.65 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 18 72 -
CMYK 0 0.91 0.65 0.20
HSL 342.49º 0.84% 0.43% -
HSV(B) 342.49º 0.91% 0.8% -
XYZ 26.01 13.6 7.38 -
YUV 79.47 123.79 216.11 -
System Red Green Blue C M Y K H S L
Decimal 203 18 72 0 0.91 0.65 0.20 342.49 0.84 0.43
Hex CB 12 48 0 5B 41 14 156 54 2B
Octal 313 22 110 0 133 101 24 526 124 53
Binary 11001011 10010 1001000 0 1011011 1000001 10100 101010110 1010100 101011

Color Harmonies of #CB1248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1248

Black with #CB1248

Text Example


Text Example

White with #CB1248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1248; }

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

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

background-color css

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

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

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

border-color css

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

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

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