Html Css Color HEX #CB033D Crimson

📋 copy color: '#CB033D'

red 203 ◦ green 3 ◦ blue 61

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

Shades of Crimson #CB033D

Tints of Crimson #CB033D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 22.85%

R = 76.03%
G = 1.12%
B = 22.85%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#CB033D (or 0xCB033D) is known color: Crimson. HEX triplet: CB, 03 and 3D. RGB value is (203,3,61). Sum of RGB (Red+Green+Blue) = 203+3+61=267 (35% of max value = 765). Red value is 203 (79.69% from 255 or 76.03% from 267); Green value is 3 (1.56% from 255 or 1.12% from 267); Blue value is 61 (24.22% from 255 or 22.85% from 267); Max value from RGB is 203 - color contains mainly: red. Hex color #CB033D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB033D is #34FCC2. Grayscale: #454545. Windows color (decimal): -3472579 or 3998667. OLE color: 3998667.

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

Color convert

RGB 203 3 61 -
CMYK 0 0.99 0.70 0.20
HSL 342.6º 0.97% 0.4% -
HSV(B) 342.6º 0.99% 0.8% -
XYZ 25.5 13.1 5.6 -
YUV 69.41 123.26 223.28 -
System Red Green Blue C M Y K H S L
Decimal 203 3 61 0 0.99 0.70 0.20 342.6 0.97 0.4
Hex CB 3 3D 0 63 46 14 157 61 28
Octal 313 3 75 0 143 106 24 527 141 50
Binary 11001011 11 111101 0 1100011 1000110 10100 101010111 1100001 101000

Color Harmonies of #CB033D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB033D

Black with #CB033D

Text Example


Text Example

White with #CB033D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB033D; }

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

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

background-color css

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

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

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

border-color css

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

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

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