Html Css Color HEX #CB023D Crimson

📋 copy color: '#CB023D'

red 203 ◦ green 2 ◦ blue 61

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

Shades of Crimson #CB023D

Tints of Crimson #CB023D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.75%

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

R = 76.32%
G = 0.75%
B = 22.93%

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

#CB023D (or 0xCB023D) is known color: Crimson. HEX triplet: CB, 02 and 3D. RGB value is (203,2,61). Sum of RGB (Red+Green+Blue) = 203+2+61=266 (35% of max value = 765). Red value is 203 (79.69% from 255 or 76.32% from 266); Green value is 2 (1.17% from 255 or 0.75% from 266); Blue value is 61 (24.22% from 255 or 22.93% from 266); Max value from RGB is 203 - color contains mainly: red. Hex color #CB023D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB023D is #34FDC2. Grayscale: #444444. Windows color (decimal): -3472835 or 3998411. OLE color: 3998411.

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

Color convert

RGB 203 2 61 -
CMYK 0 0.99 0.70 0.20
HSL 342.39º 0.98% 0.4% -
HSV(B) 342.39º 0.99% 0.8% -
XYZ 25.49 13.08 5.6 -
YUV 68.83 123.59 223.7 -
System Red Green Blue C M Y K H S L
Decimal 203 2 61 0 0.99 0.70 0.20 342.39 0.98 0.4
Hex CB 2 3D 0 63 46 14 156 62 28
Octal 313 2 75 0 143 106 24 526 142 50
Binary 11001011 10 111101 0 1100011 1000110 10100 101010110 1100010 101000

Color Harmonies of #CB023D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB023D

Black with #CB023D

Text Example


Text Example

White with #CB023D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB023D; }

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

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

background-color css

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

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

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

border-color css

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

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

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