Html Css Color HEX #CC1305 Free Speech Red

📋 copy color: '#CC1305'

red 204 ◦ green 19 ◦ blue 5

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

Shades of Free Speech Red #CC1305

Tints of Free Speech Red #CC1305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.19%

R = 89.47%
G = 8.33%
B = 2.19%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.98

 K value IS 0.2

RGB Variations

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

Color information

#CC1305 (or 0xCC1305) is known color: Free Speech Red. HEX triplet: CC, 13 and 05. RGB value is (204,19,5). Sum of RGB (Red+Green+Blue) = 204+19+5=228 (30% of max value = 765). Red value is 204 (80.08% from 255 or 89.47% from 228); Green value is 19 (7.81% from 255 or 8.33% from 228); Blue value is 5 (2.34% from 255 or 2.19% from 228); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1305 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC1305 is #33ECFA. Grayscale: #484848. Windows color (decimal): -3403003 or 332748. OLE color: 332748.

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

Color convert

RGB 204 19 5 -
CMYK 0 0.91 0.98 0.2
HSL 4.22º 0.95% 0.41% -
HSV(B) 4.22º 0.98% 0.8% -
XYZ 25.16 13.31 1.39 -
YUV 72.72 89.79 221.64 -
System Red Green Blue C M Y K H S L
Decimal 204 19 5 0 0.91 0.98 0.2 4.22 0.95 0.41
Hex CC 13 5 0 5B 62 14 4 5F 29
Octal 314 23 5 0 133 142 24 4 137 51
Binary 11001100 10011 101 0 1011011 1100010 10100 100 1011111 101001

Color Harmonies of #CC1305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1305

Black with #CC1305

Text Example


Text Example

White with #CC1305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1305; }

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

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

background-color css

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

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

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

border-color css

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

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

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