Html Css Color HEX #CB013C Crimson

📋 copy color: '#CB013C'

red 203 ◦ green 1 ◦ blue 60

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

Shades of Crimson #CB013C

Tints of Crimson #CB013C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

 BLUE value IS 60 (23.83% from 255) = 22.73%

R = 76.89%
G = 0.38%
B = 22.73%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#CB013C (or 0xCB013C) is known color: Crimson. HEX triplet: CB, 01 and 3C. RGB value is (203,1,60). Sum of RGB (Red+Green+Blue) = 203+1+60=264 (34% of max value = 765). Red value is 203 (79.69% from 255 or 76.89% from 264); Green value is 1 (0.78% from 255 or 0.38% from 264); Blue value is 60 (23.83% from 255 or 22.73% from 264); Max value from RGB is 203 - color contains mainly: red. Hex color #CB013C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB013C is #34FEC3. Grayscale: #444444. Windows color (decimal): -3473092 or 3932619. OLE color: 3932619.

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

Color convert

RGB 203 1 60 -
CMYK 0 1.00 0.70 0.20
HSL 342.48º 0.99% 0.4% -
HSV(B) 342.48º 1% 0.8% -
XYZ 25.46 13.04 5.45 -
YUV 68.12 123.42 224.2 -
System Red Green Blue C M Y K H S L
Decimal 203 1 60 0 1.00 0.70 0.20 342.48 0.99 0.4
Hex CB 1 3C 0 64 46 14 156 63 28
Octal 313 1 74 0 144 106 24 526 143 50
Binary 11001011 1 111100 0 1100100 1000110 10100 101010110 1100011 101000

Color Harmonies of #CB013C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB013C

Black with #CB013C

Text Example


Text Example

White with #CB013C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB013C; }

 p { color: rgb(203,1,60); }

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

background-color css

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

 a { background-color: rgb(203,1,60); }

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

border-color css

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

 span { border-color: rgb(203,1,60); }

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