Html Css Color HEX #DC0C30 Crimson

📋 copy color: '#DC0C30'

red 220 ◦ green 12 ◦ blue 48

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

Shades of Crimson #DC0C30

Tints of Crimson #DC0C30

RGB

 RED value IS 220 (86.33% from 255) = 78.57%

 GREEN value IS 12 (5.08% from 255) = 4.29%

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

R = 78.57%
G = 4.29%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DC0C30 (or 0xDC0C30) is known color: Crimson. HEX triplet: DC, 0C and 30. RGB value is (220,12,48). Sum of RGB (Red+Green+Blue) = 220+12+48=280 (37% of max value = 765). Red value is 220 (86.33% from 255 or 78.57% from 280); Green value is 12 (5.08% from 255 or 4.29% from 280); Blue value is 48 (19.14% from 255 or 17.14% from 280); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0C30 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0C30 is #23F3CF. Grayscale: #4E4E4E. Windows color (decimal): -2356176 or 3149020. OLE color: 3149020.

HSL color Cylindrical-coordinate representation of color #DC0C30: hue angle of 349.62º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DC0C30 is Cyan = 0, Magento = 0.95, Yellow = 0.78 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 12 48 -
CMYK 0 0.95 0.78 0.14
HSL 349.62º 0.9% 0.45% -
HSV(B) 349.62º 0.95% 0.86% -
XYZ 30.18 15.69 4.23 -
YUV 78.3 110.91 229.07 -
System Red Green Blue C M Y K H S L
Decimal 220 12 48 0 0.95 0.78 0.14 349.62 0.9 0.45
Hex DC C 30 0 5F 4E E 15E 5A 2D
Octal 334 14 60 0 137 116 16 536 132 55
Binary 11011100 1100 110000 0 1011111 1001110 1110 101011110 1011010 101101

Color Harmonies of #DC0C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0C30

Black with #DC0C30

Text Example


Text Example

White with #DC0C30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0C30; }

 p { color: rgb(220,12,48); }

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

background-color css

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

 a { background-color: rgb(220,12,48); }

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

border-color css

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

 span { border-color: rgb(220,12,48); }

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