Html Css Color HEX #CC1A03 Free Speech Red

📋 copy color: '#CC1A03'

red 204 ◦ green 26 ◦ blue 3

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

Shades of Free Speech Red #CC1A03

Tints of Free Speech Red #CC1A03

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.16%

 BLUE value IS 3 (1.56% from 255) = 1.29%

R = 87.55%
G = 11.16%
B = 1.29%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.99

 K value IS 0.2

RGB Variations

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

Color information

#CC1A03 (or 0xCC1A03) is known color: Free Speech Red. HEX triplet: CC, 1A and 03. RGB value is (204,26,3). Sum of RGB (Red+Green+Blue) = 204+26+3=233 (30% of max value = 765). Red value is 204 (80.08% from 255 or 87.55% from 233); Green value is 26 (10.55% from 255 or 11.16% from 233); Blue value is 3 (1.56% from 255 or 1.29% from 233); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1A03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC1A03 is #33E5FC. Grayscale: #4C4C4C. Windows color (decimal): -3401213 or 203468. OLE color: 203468.

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

Color convert

RGB 204 26 3 -
CMYK 0 0.87 0.99 0.2
HSL 6.87º 0.97% 0.41% -
HSV(B) 6.87º 0.99% 0.8% -
XYZ 25.29 13.58 1.38 -
YUV 76.6 86.47 218.87 -
System Red Green Blue C M Y K H S L
Decimal 204 26 3 0 0.87 0.99 0.2 6.87 0.97 0.41
Hex CC 1A 3 0 57 63 14 7 61 29
Octal 314 32 3 0 127 143 24 7 141 51
Binary 11001100 11010 11 0 1010111 1100011 10100 111 1100001 101001

Color Harmonies of #CC1A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1A03

Black with #CC1A03

Text Example


Text Example

White with #CC1A03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1A03; }

 p { color: rgb(204,26,3); }

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

background-color css

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

 a { background-color: rgb(204,26,3); }

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

border-color css

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

 span { border-color: rgb(204,26,3); }

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