Html Css Color HEX #CB003D Crimson

📋 copy color: '#CB003D'

red 203 ◦ green 0 ◦ blue 61

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

Shades of Crimson #CB003D

Tints of Crimson #CB003D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 76.89%
G = 0%
B = 23.11%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#CB003D (or 0xCB003D) is known color: Crimson. HEX triplet: CB, 00 and 3D. RGB value is (203,0,61). Sum of RGB (Red+Green+Blue) = 203+0+61=264 (34% of max value = 765). Red value is 203 (79.69% from 255 or 76.89% from 264); Green value is 0 (0.39% from 255 or 0% from 264); Blue value is 61 (24.22% from 255 or 23.11% from 264); Max value from RGB is 203 - color contains mainly: red. Hex color #CB003D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB003D is #34FFC2. Grayscale: #434343. Windows color (decimal): -3473347 or 3997899. OLE color: 3997899.

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

Color convert

RGB 203 0 61 -
CMYK 0 1 0.70 0.20
HSL 341.97º 1% 0.4% -
HSV(B) 341.97º 1% 0.8% -
XYZ 25.47 13.03 5.59 -
YUV 67.65 124.25 224.54 -
System Red Green Blue C M Y K H S L
Decimal 203 0 61 0 1 0.70 0.20 341.97 1 0.4
Hex CB 0 3D 0 64 46 14 156 64 28
Octal 313 0 75 0 144 106 24 526 144 50
Binary 11001011 0 111101 0 1100100 1000110 10100 101010110 1100100 101000

Color Harmonies of #CB003D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB003D

Black with #CB003D

Text Example


Text Example

White with #CB003D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB003D; }

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

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

background-color css

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

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

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

border-color css

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

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

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