Html Css Color HEX #CB012F Crimson

📋 copy color: '#CB012F'

red 203 ◦ green 1 ◦ blue 47

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

Shades of Crimson #CB012F

Tints of Crimson #CB012F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 18.73%

R = 80.88%
G = 0.4%
B = 18.73%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#CB012F (or 0xCB012F) is known color: Crimson. HEX triplet: CB, 01 and 2F. RGB value is (203,1,47). Sum of RGB (Red+Green+Blue) = 203+1+47=251 (33% of max value = 765). Red value is 203 (79.69% from 255 or 80.88% from 251); Green value is 1 (0.78% from 255 or 0.40% from 251); Blue value is 47 (18.75% from 255 or 18.73% from 251); Max value from RGB is 203 - color contains mainly: red. Hex color #CB012F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB012F is #34FED0. Grayscale: #424242. Windows color (decimal): -3473105 or 3080651. OLE color: 3080651.

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

Color convert

RGB 203 1 47 -
CMYK 0 1.00 0.77 0.20
HSL 346.34º 0.99% 0.4% -
HSV(B) 346.34º 1% 0.8% -
XYZ 25.15 12.92 3.86 -
YUV 66.64 116.92 225.26 -
System Red Green Blue C M Y K H S L
Decimal 203 1 47 0 1.00 0.77 0.20 346.34 0.99 0.4
Hex CB 1 2F 0 64 4D 14 15A 63 28
Octal 313 1 57 0 144 115 24 532 143 50
Binary 11001011 1 101111 0 1100100 1001101 10100 101011010 1100011 101000

Color Harmonies of #CB012F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB012F

Black with #CB012F

Text Example


Text Example

White with #CB012F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB012F; }

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

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

background-color css

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

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

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

border-color css

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

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

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