Html Css Color HEX #D60603 Free Speech Red

📋 copy color: '#D60603'

red 214 ◦ green 6 ◦ blue 3

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

Shades of Free Speech Red #D60603

Tints of Free Speech Red #D60603

RGB

 RED value IS 214 (83.98% from 255) = 95.96%

 GREEN value IS 6 (2.73% from 255) = 2.69%

 BLUE value IS 3 (1.56% from 255) = 1.35%

R = 95.96%
G = 2.69%
B = 1.35%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D60603 (or 0xD60603) is known color: Free Speech Red. HEX triplet: D6, 06 and 03. RGB value is (214,6,3). Sum of RGB (Red+Green+Blue) = 214+6+3=223 (29% of max value = 765). Red value is 214 (83.98% from 255 or 95.96% from 223); Green value is 6 (2.73% from 255 or 2.69% from 223); Blue value is 3 (1.56% from 255 or 1.35% from 223); Max value from RGB is 214 - color contains mainly: red. Hex color #D60603 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D60603 is #29F9FC. Grayscale: #444444. Windows color (decimal): -2750973 or 198358. OLE color: 198358.

HSL color Cylindrical-coordinate representation of color #D60603: hue angle of 0.85º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D60603 is Cyan = 0, Magento = 0.97, Yellow = 0.99 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 6 3 -
CMYK 0 0.97 0.99 0.16
HSL 0.85º 0.97% 0.43% -
HSV(B) 0.85º 0.99% 0.84% -
XYZ 27.81 14.43 1.41 -
YUV 67.85 91.41 232.24 -
System Red Green Blue C M Y K H S L
Decimal 214 6 3 0 0.97 0.99 0.16 0.85 0.97 0.43
Hex D6 6 3 0 61 63 10 1 61 2B
Octal 326 6 3 0 141 143 20 1 141 53
Binary 11010110 110 11 0 1100001 1100011 10000 1 1100001 101011

Color Harmonies of #D60603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60603

Black with #D60603

Text Example


Text Example

White with #D60603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60603; }

 p { color: rgb(214,6,3); }

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

background-color css

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

 a { background-color: rgb(214,6,3); }

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

border-color css

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

 span { border-color: rgb(214,6,3); }

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