Html Css Color HEX #C70F03 Free Speech Red

📋 copy color: '#C70F03'

red 199 ◦ green 15 ◦ blue 3

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

Shades of Free Speech Red #C70F03

Tints of Free Speech Red #C70F03

RGB

 RED value IS 199 (78.13% from 255) = 91.71%

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

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

R = 91.71%
G = 6.91%
B = 1.38%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#C70F03 (or 0xC70F03) is known color: Free Speech Red. HEX triplet: C7, 0F and 03. RGB value is (199,15,3). Sum of RGB (Red+Green+Blue) = 199+15+3=217 (28% of max value = 765). Red value is 199 (78.12% from 255 or 91.71% from 217); Green value is 15 (6.25% from 255 or 6.91% from 217); Blue value is 3 (1.56% from 255 or 1.38% from 217); Max value from RGB is 199 - color contains mainly: red. Hex color #C70F03 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C70F03 is #38F0FC. Grayscale: #444444. Windows color (decimal): -3731709 or 200647. OLE color: 200647.

HSL color Cylindrical-coordinate representation of color #C70F03: hue angle of 3.67º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C70F03 is Cyan = 0, Magento = 0.92, Yellow = 0.98 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 15 3 -
CMYK 0 0.92 0.98 0.22
HSL 3.67º 0.97% 0.4% -
HSV(B) 3.67º 0.98% 0.78% -
XYZ 23.74 12.49 1.25 -
YUV 68.65 90.96 220.98 -
System Red Green Blue C M Y K H S L
Decimal 199 15 3 0 0.92 0.98 0.22 3.67 0.97 0.4
Hex C7 F 3 0 5C 62 16 4 61 28
Octal 307 17 3 0 134 142 26 4 141 50
Binary 11000111 1111 11 0 1011100 1100010 10110 100 1100001 101000

Color Harmonies of #C70F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70F03

Black with #C70F03

Text Example


Text Example

White with #C70F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70F03; }

 p { color: rgb(199,15,3); }

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

background-color css

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

 a { background-color: rgb(199,15,3); }

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

border-color css

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

 span { border-color: rgb(199,15,3); }

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