Html Css Color HEX #CB052F Crimson

📋 copy color: '#CB052F'

red 203 ◦ green 5 ◦ blue 47

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

Shades of Crimson #CB052F

Tints of Crimson #CB052F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.96%

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

R = 79.61%
G = 1.96%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#CB052F (or 0xCB052F) is known color: Crimson. HEX triplet: CB, 05 and 2F. RGB value is (203,5,47). Sum of RGB (Red+Green+Blue) = 203+5+47=255 (33% of max value = 765). Red value is 203 (79.69% from 255 or 79.61% from 255); Green value is 5 (2.34% from 255 or 1.96% from 255); Blue value is 47 (18.75% from 255 or 18.43% from 255); Max value from RGB is 203 - color contains mainly: red. Hex color #CB052F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB052F is #34FAD0. Grayscale: #454545. Windows color (decimal): -3472081 or 3081675. OLE color: 3081675.

HSL color Cylindrical-coordinate representation of color #CB052F: hue angle of 347.27º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CB052F is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 5 47 -
CMYK 0 0.98 0.77 0.20
HSL 347.27º 0.95% 0.41% -
HSV(B) 347.27º 0.98% 0.8% -
XYZ 25.2 13.01 3.87 -
YUV 68.99 115.6 223.58 -
System Red Green Blue C M Y K H S L
Decimal 203 5 47 0 0.98 0.77 0.20 347.27 0.95 0.41
Hex CB 5 2F 0 62 4D 14 15B 5F 29
Octal 313 5 57 0 142 115 24 533 137 51
Binary 11001011 101 101111 0 1100010 1001101 10100 101011011 1011111 101001

Color Harmonies of #CB052F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB052F

Black with #CB052F

Text Example


Text Example

White with #CB052F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB052F; }

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

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

background-color css

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

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

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

border-color css

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

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

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