Html Css Color HEX #CB0130 Crimson

📋 copy color: '#CB0130'

red 203 ◦ green 1 ◦ blue 48

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

Shades of Crimson #CB0130

Tints of Crimson #CB0130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 19.05%

R = 80.56%
G = 0.4%
B = 19.05%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#CB0130 (or 0xCB0130) is known color: Crimson. HEX triplet: CB, 01 and 30. RGB value is (203,1,48). Sum of RGB (Red+Green+Blue) = 203+1+48=252 (33% of max value = 765). Red value is 203 (79.69% from 255 or 80.56% from 252); Green value is 1 (0.78% from 255 or 0.40% from 252); Blue value is 48 (19.14% from 255 or 19.05% from 252); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0130 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0130 is #34FECF. Grayscale: #424242. Windows color (decimal): -3473104 or 3146187. OLE color: 3146187.

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

Color convert

RGB 203 1 48 -
CMYK 0 1.00 0.76 0.20
HSL 346.04º 0.99% 0.4% -
HSV(B) 346.04º 1% 0.8% -
XYZ 25.17 12.93 3.97 -
YUV 66.76 117.42 225.18 -
System Red Green Blue C M Y K H S L
Decimal 203 1 48 0 1.00 0.76 0.20 346.04 0.99 0.4
Hex CB 1 30 0 64 4C 14 15A 63 28
Octal 313 1 60 0 144 114 24 532 143 50
Binary 11001011 1 110000 0 1100100 1001100 10100 101011010 1100011 101000

Color Harmonies of #CB0130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0130

Black with #CB0130

Text Example


Text Example

White with #CB0130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0130; }

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

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

background-color css

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

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

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

border-color css

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

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

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