Html Css Color HEX #CB0838 Crimson

📋 copy color: '#CB0838'

red 203 ◦ green 8 ◦ blue 56

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

Shades of Crimson #CB0838

Tints of Crimson #CB0838

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3%

 BLUE value IS 56 (22.27% from 255) = 20.97%

R = 76.03%
G = 3%
B = 20.97%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.72

 K value IS 0.20

RGB Variations

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

Color information

#CB0838 (or 0xCB0838) is known color: Crimson. HEX triplet: CB, 08 and 38. RGB value is (203,8,56). Sum of RGB (Red+Green+Blue) = 203+8+56=267 (35% of max value = 765). Red value is 203 (79.69% from 255 or 76.03% from 267); Green value is 8 (3.52% from 255 or 3.00% from 267); Blue value is 56 (22.27% from 255 or 20.97% from 267); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0838 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0838 is #34F7C7. Grayscale: #474747. Windows color (decimal): -3471304 or 3672267. OLE color: 3672267.

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

Color convert

RGB 203 8 56 -
CMYK 0 0.96 0.72 0.20
HSL 345.23º 0.92% 0.41% -
HSV(B) 345.23º 0.96% 0.8% -
XYZ 25.43 13.16 4.94 -
YUV 71.78 119.1 221.6 -
System Red Green Blue C M Y K H S L
Decimal 203 8 56 0 0.96 0.72 0.20 345.23 0.92 0.41
Hex CB 8 38 0 60 48 14 159 5C 29
Octal 313 10 70 0 140 110 24 531 134 51
Binary 11001011 1000 111000 0 1100000 1001000 10100 101011001 1011100 101001

Color Harmonies of #CB0838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0838

Black with #CB0838

Text Example


Text Example

White with #CB0838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0838; }

 p { color: rgb(203,8,56); }

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

background-color css

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

 a { background-color: rgb(203,8,56); }

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

border-color css

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

 span { border-color: rgb(203,8,56); }

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