Html Css Color HEX #CC140A Free Speech Red

📋 copy color: '#CC140A'

red 204 ◦ green 20 ◦ blue 10

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

Shades of Free Speech Red #CC140A

Tints of Free Speech Red #CC140A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.27%

R = 87.18%
G = 8.55%
B = 4.27%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.95

 K value IS 0.2

RGB Variations

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

Color information

#CC140A (or 0xCC140A) is known color: Free Speech Red. HEX triplet: CC, 14 and 0A. RGB value is (204,20,10). Sum of RGB (Red+Green+Blue) = 204+20+10=234 (30% of max value = 765). Red value is 204 (80.08% from 255 or 87.18% from 234); Green value is 20 (8.20% from 255 or 8.55% from 234); Blue value is 10 (4.30% from 255 or 4.27% from 234); Max value from RGB is 204 - color contains mainly: red. Hex color #CC140A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC140A is #33EBF5. Grayscale: #4A4A4A. Windows color (decimal): -3402742 or 660684. OLE color: 660684.

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

Color convert

RGB 204 20 10 -
CMYK 0 0.90 0.95 0.2
HSL 3.09º 0.91% 0.42% -
HSV(B) 3.09º 0.95% 0.8% -
XYZ 25.21 13.36 1.54 -
YUV 73.88 91.96 220.81 -
System Red Green Blue C M Y K H S L
Decimal 204 20 10 0 0.90 0.95 0.2 3.09 0.91 0.42
Hex CC 14 A 0 5A 5F 14 3 5B 2A
Octal 314 24 12 0 132 137 24 3 133 52
Binary 11001100 10100 1010 0 1011010 1011111 10100 11 1011011 101010

Color Harmonies of #CC140A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC140A

Black with #CC140A

Text Example


Text Example

White with #CC140A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC140A; }

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

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

background-color css

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

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

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

border-color css

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

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

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