Html Css Color HEX #CC150A Free Speech Red

📋 copy color: '#CC150A'

red 204 ◦ green 21 ◦ blue 10

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

Shades of Free Speech Red #CC150A

Tints of Free Speech Red #CC150A

RGB

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

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

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

R = 86.81%
G = 8.94%
B = 4.26%

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

#CC150A (or 0xCC150A) is known color: Free Speech Red. HEX triplet: CC, 15 and 0A. RGB value is (204,21,10). Sum of RGB (Red+Green+Blue) = 204+21+10=235 (31% of max value = 765). Red value is 204 (80.08% from 255 or 86.81% from 235); Green value is 21 (8.59% from 255 or 8.94% from 235); Blue value is 10 (4.30% from 255 or 4.26% from 235); Max value from RGB is 204 - color contains mainly: red. Hex color #CC150A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC150A is #33EAF5. Grayscale: #4A4A4A. Windows color (decimal): -3402486 or 660940. OLE color: 660940.

HSL color Cylindrical-coordinate representation of color #CC150A: hue angle of 3.4º 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 #CC150A is Cyan = 0, Magento = 0.90, Yellow = 0.95 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 21 10 -
CMYK 0 0.90 0.95 0.2
HSL 3.4º 0.91% 0.42% -
HSV(B) 3.4º 0.95% 0.8% -
XYZ 25.22 13.4 1.54 -
YUV 74.46 91.63 220.39 -
System Red Green Blue C M Y K H S L
Decimal 204 21 10 0 0.90 0.95 0.2 3.4 0.91 0.42
Hex CC 15 A 0 5A 5F 14 3 5B 2A
Octal 314 25 12 0 132 137 24 3 133 52
Binary 11001100 10101 1010 0 1011010 1011111 10100 11 1011011 101010

Color Harmonies of #CC150A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC150A

Black with #CC150A

Text Example


Text Example

White with #CC150A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC150A; }

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

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

background-color css

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

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

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

border-color css

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

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

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