Html Css Color HEX #CC150E Free Speech Red

📋 copy color: '#CC150E'

red 204 ◦ green 21 ◦ blue 14

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

Shades of Free Speech Red #CC150E

Tints of Free Speech Red #CC150E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.79%

 BLUE value IS 14 (5.86% from 255) = 5.86%

R = 85.36%
G = 8.79%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.93

 K value IS 0.2

RGB Variations

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

Color information

#CC150E (or 0xCC150E) is known color: Free Speech Red. HEX triplet: CC, 15 and 0E. RGB value is (204,21,14). Sum of RGB (Red+Green+Blue) = 204+21+14=239 (31% of max value = 765). Red value is 204 (80.08% from 255 or 85.36% from 239); Green value is 21 (8.59% from 255 or 8.79% from 239); Blue value is 14 (5.86% from 255 or 5.86% from 239); Max value from RGB is 204 - color contains mainly: red. Hex color #CC150E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC150E is #33EAF1. Grayscale: #4B4B4B. Windows color (decimal): -3402482 or 923084. OLE color: 923084.

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

Color convert

RGB 204 21 14 -
CMYK 0 0.90 0.93 0.2
HSL 2.21º 0.87% 0.43% -
HSV(B) 2.21º 0.93% 0.8% -
XYZ 25.25 13.41 1.67 -
YUV 74.92 93.63 220.07 -
System Red Green Blue C M Y K H S L
Decimal 204 21 14 0 0.90 0.93 0.2 2.21 0.87 0.43
Hex CC 15 E 0 5A 5D 14 2 57 2B
Octal 314 25 16 0 132 135 24 2 127 53
Binary 11001100 10101 1110 0 1011010 1011101 10100 10 1010111 101011

Color Harmonies of #CC150E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC150E

Black with #CC150E

Text Example


Text Example

White with #CC150E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC150E; }

 p { color: rgb(204,21,14); }

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

background-color css

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

 a { background-color: rgb(204,21,14); }

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

border-color css

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

 span { border-color: rgb(204,21,14); }

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