Html Css Color HEX #CC140D Free Speech Red

📋 copy color: '#CC140D'

red 204 ◦ green 20 ◦ blue 13

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

Shades of Free Speech Red #CC140D

Tints of Free Speech Red #CC140D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.44%

 BLUE value IS 13 (5.47% from 255) = 5.49%

R = 86.08%
G = 8.44%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.94

 K value IS 0.2

RGB Variations

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

Color information

#CC140D (or 0xCC140D) is known color: Free Speech Red. HEX triplet: CC, 14 and 0D. RGB value is (204,20,13). Sum of RGB (Red+Green+Blue) = 204+20+13=237 (31% of max value = 765). Red value is 204 (80.08% from 255 or 86.08% from 237); Green value is 20 (8.20% from 255 or 8.44% from 237); Blue value is 13 (5.47% from 255 or 5.49% from 237); Max value from RGB is 204 - color contains mainly: red. Hex color #CC140D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC140D is #33EBF2. Grayscale: #4A4A4A. Windows color (decimal): -3402739 or 857292. OLE color: 857292.

HSL color Cylindrical-coordinate representation of color #CC140D: hue angle of 2.2º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC140D is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 20 13 -
CMYK 0 0.90 0.94 0.2
HSL 2.2º 0.88% 0.43% -
HSV(B) 2.2º 0.94% 0.8% -
XYZ 25.22 13.37 1.63 -
YUV 74.22 93.46 220.57 -
System Red Green Blue C M Y K H S L
Decimal 204 20 13 0 0.90 0.94 0.2 2.2 0.88 0.43
Hex CC 14 D 0 5A 5E 14 2 58 2B
Octal 314 24 15 0 132 136 24 2 130 53
Binary 11001100 10100 1101 0 1011010 1011110 10100 10 1011000 101011

Color Harmonies of #CC140D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC140D

Black with #CC140D

Text Example


Text Example

White with #CC140D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC140D; }

 p { color: rgb(204,20,13); }

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

background-color css

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

 a { background-color: rgb(204,20,13); }

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

border-color css

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

 span { border-color: rgb(204,20,13); }

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