Html Css Color HEX #CB013A Crimson

📋 copy color: '#CB013A'

red 203 ◦ green 1 ◦ blue 58

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

Shades of Crimson #CB013A

Tints of Crimson #CB013A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 22.14%

R = 77.48%
G = 0.38%
B = 22.14%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.71

 K value IS 0.20

RGB Variations

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

Color information

#CB013A (or 0xCB013A) is known color: Crimson. HEX triplet: CB, 01 and 3A. RGB value is (203,1,58). Sum of RGB (Red+Green+Blue) = 203+1+58=262 (34% of max value = 765). Red value is 203 (79.69% from 255 or 77.48% from 262); Green value is 1 (0.78% from 255 or 0.38% from 262); Blue value is 58 (23.05% from 255 or 22.14% from 262); Max value from RGB is 203 - color contains mainly: red. Hex color #CB013A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB013A is #34FEC5. Grayscale: #434343. Windows color (decimal): -3473094 or 3801547. OLE color: 3801547.

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

Color convert

RGB 203 1 58 -
CMYK 0 1.00 0.71 0.20
HSL 343.07º 0.99% 0.4% -
HSV(B) 343.07º 1% 0.8% -
XYZ 25.4 13.02 5.18 -
YUV 67.9 122.42 224.37 -
System Red Green Blue C M Y K H S L
Decimal 203 1 58 0 1.00 0.71 0.20 343.07 0.99 0.4
Hex CB 1 3A 0 64 47 14 157 63 28
Octal 313 1 72 0 144 107 24 527 143 50
Binary 11001011 1 111010 0 1100100 1000111 10100 101010111 1100011 101000

Color Harmonies of #CB013A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB013A

Black with #CB013A

Text Example


Text Example

White with #CB013A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB013A; }

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

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

background-color css

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

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

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

border-color css

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

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

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