Html Css Color HEX #CC0130 Crimson

📋 copy color: '#CC0130'

red 204 ◦ green 1 ◦ blue 48

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

Shades of Crimson #CC0130

Tints of Crimson #CC0130

RGB

 RED value IS 204 (80.08% from 255) = 80.63%

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

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

R = 80.63%
G = 0.4%
B = 18.97%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.76

 K value IS 0.2

RGB Variations

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

Color information

#CC0130 (or 0xCC0130) is known color: Crimson. HEX triplet: CC, 01 and 30. RGB value is (204,1,48). Sum of RGB (Red+Green+Blue) = 204+1+48=253 (33% of max value = 765). Red value is 204 (80.08% from 255 or 80.63% from 253); Green value is 1 (0.78% from 255 or 0.40% from 253); Blue value is 48 (19.14% from 255 or 18.97% from 253); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0130 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0130 is #33FECF. Grayscale: #434343. Windows color (decimal): -3407568 or 3146188. OLE color: 3146188.

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

Color convert

RGB 204 1 48 -
CMYK 0 1.00 0.76 0.2
HSL 346.11º 0.99% 0.4% -
HSV(B) 346.11º 1% 0.8% -
XYZ 25.45 13.07 3.98 -
YUV 67.06 117.25 225.68 -
System Red Green Blue C M Y K H S L
Decimal 204 1 48 0 1.00 0.76 0.2 346.11 0.99 0.4
Hex CC 1 30 0 64 4C 14 15A 63 28
Octal 314 1 60 0 144 114 24 532 143 50
Binary 11001100 1 110000 0 1100100 1001100 10100 101011010 1100011 101000

Color Harmonies of #CC0130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0130

Black with #CC0130

Text Example


Text Example

White with #CC0130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0130; }

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

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

background-color css

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

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

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

border-color css

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

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

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