Html Css Color HEX #CC0F07 Free Speech Red

📋 copy color: '#CC0F07'

red 204 ◦ green 15 ◦ blue 7

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

Shades of Free Speech Red #CC0F07

Tints of Free Speech Red #CC0F07

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.64%

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

R = 90.27%
G = 6.64%
B = 3.1%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.97

 K value IS 0.2

RGB Variations

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

Color information

#CC0F07 (or 0xCC0F07) is known color: Free Speech Red. HEX triplet: CC, 0F and 07. RGB value is (204,15,7). Sum of RGB (Red+Green+Blue) = 204+15+7=226 (29% of max value = 765). Red value is 204 (80.08% from 255 or 90.27% from 226); Green value is 15 (6.25% from 255 or 6.64% from 226); Blue value is 7 (3.12% from 255 or 3.10% from 226); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0F07 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC0F07 is #33F0F8. Grayscale: #464646. Windows color (decimal): -3404025 or 462796. OLE color: 462796.

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

Color convert

RGB 204 15 7 -
CMYK 0 0.93 0.97 0.2
HSL 2.44º 0.93% 0.41% -
HSV(B) 2.44º 0.97% 0.8% -
XYZ 25.11 13.19 1.42 -
YUV 70.6 92.12 223.15 -
System Red Green Blue C M Y K H S L
Decimal 204 15 7 0 0.93 0.97 0.2 2.44 0.93 0.41
Hex CC F 7 0 5D 61 14 2 5D 29
Octal 314 17 7 0 135 141 24 2 135 51
Binary 11001100 1111 111 0 1011101 1100001 10100 10 1011101 101001

Color Harmonies of #CC0F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0F07

Black with #CC0F07

Text Example


Text Example

White with #CC0F07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0F07; }

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

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

background-color css

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

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

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

border-color css

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

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

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