Html Css Color HEX #C00F03 Free Speech Red

📋 copy color: '#C00F03'

red 192 ◦ green 15 ◦ blue 3

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

Shades of Free Speech Red #C00F03

Tints of Free Speech Red #C00F03

RGB

 RED value IS 192 (75.39% from 255) = 91.43%

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

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

R = 91.43%
G = 7.14%
B = 1.43%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#C00F03 (or 0xC00F03) is known color: Free Speech Red. HEX triplet: C0, 0F and 03. RGB value is (192,15,3). Sum of RGB (Red+Green+Blue) = 192+15+3=210 (27% of max value = 765). Red value is 192 (75.39% from 255 or 91.43% from 210); Green value is 15 (6.25% from 255 or 7.14% from 210); Blue value is 3 (1.56% from 255 or 1.43% from 210); Max value from RGB is 192 - color contains mainly: red. Hex color #C00F03 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00F03 is #3FF0FC. Grayscale: #424242. Windows color (decimal): -4190461 or 200640. OLE color: 200640.

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

Color convert

RGB 192 15 3 -
CMYK 0 0.92 0.98 0.25
HSL 3.81º 0.97% 0.38% -
HSV(B) 3.81º 0.98% 0.75% -
XYZ 21.93 11.55 1.16 -
YUV 66.56 92.14 217.48 -
System Red Green Blue C M Y K H S L
Decimal 192 15 3 0 0.92 0.98 0.25 3.81 0.97 0.38
Hex C0 F 3 0 5C 62 19 4 61 26
Octal 300 17 3 0 134 142 31 4 141 46
Binary 11000000 1111 11 0 1011100 1100010 11001 100 1100001 100110

Color Harmonies of #C00F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00F03

Black with #C00F03

Text Example


Text Example

White with #C00F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00F03; }

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

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

background-color css

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

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

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

border-color css

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

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

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