Html Css Color HEX #CB033B Crimson

📋 copy color: '#CB033B'

red 203 ◦ green 3 ◦ blue 59

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

Shades of Crimson #CB033B

Tints of Crimson #CB033B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.13%

 BLUE value IS 59 (23.44% from 255) = 22.26%

R = 76.6%
G = 1.13%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.71

 K value IS 0.20

RGB Variations

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

Color information

#CB033B (or 0xCB033B) is known color: Crimson. HEX triplet: CB, 03 and 3B. RGB value is (203,3,59). Sum of RGB (Red+Green+Blue) = 203+3+59=265 (35% of max value = 765). Red value is 203 (79.69% from 255 or 76.60% from 265); Green value is 3 (1.56% from 255 or 1.13% from 265); Blue value is 59 (23.44% from 255 or 22.26% from 265); Max value from RGB is 203 - color contains mainly: red. Hex color #CB033B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB033B is #34FCC4. Grayscale: #454545. Windows color (decimal): -3472581 or 3867595. OLE color: 3867595.

HSL color Cylindrical-coordinate representation of color #CB033B: hue angle of 343.2º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CB033B is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 3 59 -
CMYK 0 0.99 0.71 0.20
HSL 343.2º 0.97% 0.4% -
HSV(B) 343.2º 0.99% 0.8% -
XYZ 25.45 13.08 5.32 -
YUV 69.18 122.26 223.45 -
System Red Green Blue C M Y K H S L
Decimal 203 3 59 0 0.99 0.71 0.20 343.2 0.97 0.4
Hex CB 3 3B 0 63 47 14 157 61 28
Octal 313 3 73 0 143 107 24 527 141 50
Binary 11001011 11 111011 0 1100011 1000111 10100 101010111 1100001 101000

Color Harmonies of #CB033B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB033B

Black with #CB033B

Text Example


Text Example

White with #CB033B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB033B; }

 p { color: rgb(203,3,59); }

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

background-color css

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

 a { background-color: rgb(203,3,59); }

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

border-color css

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

 span { border-color: rgb(203,3,59); }

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