Html Css Color HEX #CC1308 Free Speech Red

📋 copy color: '#CC1308'

red 204 ◦ green 19 ◦ blue 8

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

Shades of Free Speech Red #CC1308

Tints of Free Speech Red #CC1308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.46%

R = 88.31%
G = 8.23%
B = 3.46%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.96

 K value IS 0.2

RGB Variations

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

Color information

#CC1308 (or 0xCC1308) is known color: Free Speech Red. HEX triplet: CC, 13 and 08. RGB value is (204,19,8). Sum of RGB (Red+Green+Blue) = 204+19+8=231 (30% of max value = 765). Red value is 204 (80.08% from 255 or 88.31% from 231); Green value is 19 (7.81% from 255 or 8.23% from 231); Blue value is 8 (3.52% from 255 or 3.46% from 231); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1308 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC1308 is #33ECF7. Grayscale: #494949. Windows color (decimal): -3403000 or 529356. OLE color: 529356.

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

Color convert

RGB 204 19 8 -
CMYK 0 0.91 0.96 0.2
HSL 3.37º 0.92% 0.42% -
HSV(B) 3.37º 0.96% 0.8% -
XYZ 25.18 13.32 1.47 -
YUV 73.06 91.29 221.39 -
System Red Green Blue C M Y K H S L
Decimal 204 19 8 0 0.91 0.96 0.2 3.37 0.92 0.42
Hex CC 13 8 0 5B 60 14 3 5C 2A
Octal 314 23 10 0 133 140 24 3 134 52
Binary 11001100 10011 1000 0 1011011 1100000 10100 11 1011100 101010

Color Harmonies of #CC1308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1308

Black with #CC1308

Text Example


Text Example

White with #CC1308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1308; }

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

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

background-color css

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

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

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

border-color css

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

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

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