Html Css Color HEX #CC1307 Free Speech Red

📋 copy color: '#CC1307'

red 204 ◦ green 19 ◦ blue 7

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

Shades of Free Speech Red #CC1307

Tints of Free Speech Red #CC1307

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.04%

R = 88.7%
G = 8.26%
B = 3.04%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.97

 K value IS 0.2

RGB Variations

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

Color information

#CC1307 (or 0xCC1307) is known color: Free Speech Red. HEX triplet: CC, 13 and 07. RGB value is (204,19,7). Sum of RGB (Red+Green+Blue) = 204+19+7=230 (30% of max value = 765). Red value is 204 (80.08% from 255 or 88.70% from 230); Green value is 19 (7.81% from 255 or 8.26% from 230); Blue value is 7 (3.12% from 255 or 3.04% from 230); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1307 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC1307 is #33ECF8. Grayscale: #494949. Windows color (decimal): -3403001 or 463820. OLE color: 463820.

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

Color convert

RGB 204 19 7 -
CMYK 0 0.91 0.97 0.2
HSL 3.65º 0.93% 0.41% -
HSV(B) 3.65º 0.97% 0.8% -
XYZ 25.17 13.32 1.44 -
YUV 72.95 90.79 221.48 -
System Red Green Blue C M Y K H S L
Decimal 204 19 7 0 0.91 0.97 0.2 3.65 0.93 0.41
Hex CC 13 7 0 5B 61 14 4 5D 29
Octal 314 23 7 0 133 141 24 4 135 51
Binary 11001100 10011 111 0 1011011 1100001 10100 100 1011101 101001

Color Harmonies of #CC1307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1307

Black with #CC1307

Text Example


Text Example

White with #CC1307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1307; }

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

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

background-color css

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

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

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

border-color css

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

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

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