Html Css Color HEX #CB0448 Crimson

📋 copy color: '#CB0448'

red 203 ◦ green 4 ◦ blue 72

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

Shades of Crimson #CB0448

Tints of Crimson #CB0448

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.43%

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

R = 72.76%
G = 1.43%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.65

 K value IS 0.20

RGB Variations

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

Color information

#CB0448 (or 0xCB0448) is known color: Crimson. HEX triplet: CB, 04 and 48. RGB value is (203,4,72). Sum of RGB (Red+Green+Blue) = 203+4+72=279 (36% of max value = 765). Red value is 203 (79.69% from 255 or 72.76% from 279); Green value is 4 (1.95% from 255 or 1.43% from 279); Blue value is 72 (28.52% from 255 or 25.81% from 279); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0448 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0448 is #34FBB7. Grayscale: #474747. Windows color (decimal): -3472312 or 4719819. OLE color: 4719819.

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

Color convert

RGB 203 4 72 -
CMYK 0 0.98 0.65 0.20
HSL 339.5º 0.96% 0.41% -
HSV(B) 339.5º 0.98% 0.8% -
XYZ 25.84 13.25 7.33 -
YUV 71.25 128.43 221.97 -
System Red Green Blue C M Y K H S L
Decimal 203 4 72 0 0.98 0.65 0.20 339.5 0.96 0.41
Hex CB 4 48 0 62 41 14 153 60 29
Octal 313 4 110 0 142 101 24 523 140 51
Binary 11001011 100 1001000 0 1100010 1000001 10100 101010011 1100000 101001

Color Harmonies of #CB0448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0448

Black with #CB0448

Text Example


Text Example

White with #CB0448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0448; }

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

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

background-color css

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

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

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

border-color css

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

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

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