Html Css Color HEX #D00C30 Crimson

📋 copy color: '#D00C30'

red 208 ◦ green 12 ◦ blue 48

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

Shades of Crimson #D00C30

Tints of Crimson #D00C30

RGB

 RED value IS 208 (81.64% from 255) = 77.61%

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

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

R = 77.61%
G = 4.48%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D00C30 (or 0xD00C30) is known color: Crimson. HEX triplet: D0, 0C and 30. RGB value is (208,12,48). Sum of RGB (Red+Green+Blue) = 208+12+48=268 (35% of max value = 765). Red value is 208 (81.64% from 255 or 77.61% from 268); Green value is 12 (5.08% from 255 or 4.48% from 268); Blue value is 48 (19.14% from 255 or 17.91% from 268); Max value from RGB is 208 - color contains mainly: red. Hex color #D00C30 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00C30 is #2FF3CF. Grayscale: #4A4A4A. Windows color (decimal): -3142608 or 3149008. OLE color: 3149008.

HSL color Cylindrical-coordinate representation of color #D00C30: hue angle of 348.98º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D00C30 is Cyan = 0, Magento = 0.94, Yellow = 0.77 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 12 48 -
CMYK 0 0.94 0.77 0.18
HSL 348.98º 0.89% 0.43% -
HSV(B) 348.98º 0.94% 0.82% -
XYZ 26.68 13.89 4.07 -
YUV 74.71 112.93 223.07 -
System Red Green Blue C M Y K H S L
Decimal 208 12 48 0 0.94 0.77 0.18 348.98 0.89 0.43
Hex D0 C 30 0 5E 4D 12 15D 59 2B
Octal 320 14 60 0 136 115 22 535 131 53
Binary 11010000 1100 110000 0 1011110 1001101 10010 101011101 1011001 101011

Color Harmonies of #D00C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00C30

Black with #D00C30

Text Example


Text Example

White with #D00C30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00C30; }

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

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

background-color css

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

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

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

border-color css

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

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

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