Html Css Color HEX #C30F0E Free Speech Red

📋 copy color: '#C30F0E'

red 195 ◦ green 15 ◦ blue 14

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

Shades of Free Speech Red #C30F0E

Tints of Free Speech Red #C30F0E

RGB

 RED value IS 195 (76.56% from 255) = 87.05%

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

 BLUE value IS 14 (5.86% from 255) = 6.25%

R = 87.05%
G = 6.7%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C30F0E (or 0xC30F0E) is known color: Free Speech Red. HEX triplet: C3, 0F and 0E. RGB value is (195,15,14). Sum of RGB (Red+Green+Blue) = 195+15+14=224 (29% of max value = 765). Red value is 195 (76.56% from 255 or 87.05% from 224); Green value is 15 (6.25% from 255 or 6.70% from 224); Blue value is 14 (5.86% from 255 or 6.25% from 224); Max value from RGB is 195 - color contains mainly: red. Hex color #C30F0E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30F0E is #3CF0F1. Grayscale: #444444. Windows color (decimal): -3993842 or 921539. OLE color: 921539.

HSL color Cylindrical-coordinate representation of color #C30F0E: hue angle of 0.33º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C30F0E is Cyan = 0, Magento = 0.92, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 15 14 -
CMYK 0 0.92 0.93 0.24
HSL 0.33º 0.87% 0.41% -
HSV(B) 0.33º 0.93% 0.76% -
XYZ 22.76 11.98 1.53 -
YUV 68.71 97.13 218.08 -
System Red Green Blue C M Y K H S L
Decimal 195 15 14 0 0.92 0.93 0.24 0.33 0.87 0.41
Hex C3 F E 0 5C 5D 18 0 57 29
Octal 303 17 16 0 134 135 30 0 127 51
Binary 11000011 1111 1110 0 1011100 1011101 11000 0 1010111 101001

Color Harmonies of #C30F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30F0E

Black with #C30F0E

Text Example


Text Example

White with #C30F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30F0E; }

 p { color: rgb(195,15,14); }

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

background-color css

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

 a { background-color: rgb(195,15,14); }

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

border-color css

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

 span { border-color: rgb(195,15,14); }

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