Html Css Color HEX #CC130A Free Speech Red

📋 copy color: '#CC130A'

red 204 ◦ green 19 ◦ blue 10

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

Shades of Free Speech Red #CC130A

Tints of Free Speech Red #CC130A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.29%

R = 87.55%
G = 8.15%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.95

 K value IS 0.2

RGB Variations

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

Color information

#CC130A (or 0xCC130A) is known color: Free Speech Red. HEX triplet: CC, 13 and 0A. RGB value is (204,19,10). Sum of RGB (Red+Green+Blue) = 204+19+10=233 (30% of max value = 765). Red value is 204 (80.08% from 255 or 87.55% from 233); Green value is 19 (7.81% from 255 or 8.15% from 233); Blue value is 10 (4.30% from 255 or 4.29% from 233); Max value from RGB is 204 - color contains mainly: red. Hex color #CC130A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC130A is #33ECF5. Grayscale: #494949. Windows color (decimal): -3402998 or 660428. OLE color: 660428.

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

Color convert

RGB 204 19 10 -
CMYK 0 0.91 0.95 0.2
HSL 2.78º 0.91% 0.42% -
HSV(B) 2.78º 0.95% 0.8% -
XYZ 25.19 13.33 1.53 -
YUV 73.29 92.29 221.23 -
System Red Green Blue C M Y K H S L
Decimal 204 19 10 0 0.91 0.95 0.2 2.78 0.91 0.42
Hex CC 13 A 0 5B 5F 14 3 5B 2A
Octal 314 23 12 0 133 137 24 3 133 52
Binary 11001100 10011 1010 0 1011011 1011111 10100 11 1011011 101010

Color Harmonies of #CC130A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC130A

Black with #CC130A

Text Example


Text Example

White with #CC130A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC130A; }

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

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

background-color css

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

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

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

border-color css

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

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

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