Html Css Color HEX #CB1048 Crimson

📋 copy color: '#CB1048'

red 203 ◦ green 16 ◦ blue 72

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

Shades of Crimson #CB1048

Tints of Crimson #CB1048

RGB

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

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

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

R = 69.76%
G = 5.5%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.65

 K value IS 0.20

RGB Variations

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

Color information

#CB1048 (or 0xCB1048) is known color: Crimson. HEX triplet: CB, 10 and 48. RGB value is (203,16,72). Sum of RGB (Red+Green+Blue) = 203+16+72=291 (38% of max value = 765). Red value is 203 (79.69% from 255 or 69.76% from 291); Green value is 16 (6.64% from 255 or 5.50% from 291); Blue value is 72 (28.52% from 255 or 24.74% from 291); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1048 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1048 is #34EFB7. Grayscale: #4E4E4E. Windows color (decimal): -3469240 or 4722891. OLE color: 4722891.

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

Color convert

RGB 203 16 72 -
CMYK 0 0.92 0.65 0.20
HSL 342.03º 0.85% 0.43% -
HSV(B) 342.03º 0.92% 0.8% -
XYZ 25.98 13.53 7.37 -
YUV 78.3 124.45 216.95 -
System Red Green Blue C M Y K H S L
Decimal 203 16 72 0 0.92 0.65 0.20 342.03 0.85 0.43
Hex CB 10 48 0 5C 41 14 156 55 2B
Octal 313 20 110 0 134 101 24 526 125 53
Binary 11001011 10000 1001000 0 1011100 1000001 10100 101010110 1010101 101011

Color Harmonies of #CB1048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1048

Black with #CB1048

Text Example


Text Example

White with #CB1048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1048; }

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

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

background-color css

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

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

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

border-color css

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

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

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