Html Css Color HEX #CC130E Free Speech Red

📋 copy color: '#CC130E'

red 204 ◦ green 19 ◦ blue 14

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

Shades of Free Speech Red #CC130E

Tints of Free Speech Red #CC130E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.02%

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

R = 86.08%
G = 8.02%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.93

 K value IS 0.2

RGB Variations

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

Color information

#CC130E (or 0xCC130E) is known color: Free Speech Red. HEX triplet: CC, 13 and 0E. RGB value is (204,19,14). Sum of RGB (Red+Green+Blue) = 204+19+14=237 (31% of max value = 765). Red value is 204 (80.08% from 255 or 86.08% from 237); Green value is 19 (7.81% from 255 or 8.02% from 237); Blue value is 14 (5.86% from 255 or 5.91% from 237); Max value from RGB is 204 - color contains mainly: red. Hex color #CC130E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC130E is #33ECF1. Grayscale: #494949. Windows color (decimal): -3402994 or 922572. OLE color: 922572.

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

Color convert

RGB 204 19 14 -
CMYK 0 0.91 0.93 0.2
HSL 1.58º 0.87% 0.43% -
HSV(B) 1.58º 0.93% 0.8% -
XYZ 25.21 13.33 1.66 -
YUV 73.75 94.29 220.91 -
System Red Green Blue C M Y K H S L
Decimal 204 19 14 0 0.91 0.93 0.2 1.58 0.87 0.43
Hex CC 13 E 0 5B 5D 14 2 57 2B
Octal 314 23 16 0 133 135 24 2 127 53
Binary 11001100 10011 1110 0 1011011 1011101 10100 10 1010111 101011

Color Harmonies of #CC130E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC130E

Black with #CC130E

Text Example


Text Example

White with #CC130E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC130E; }

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

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

background-color css

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

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

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

border-color css

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

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

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