Html Css Color HEX #C00604 Free Speech Red

📋 copy color: '#C00604'

red 192 ◦ green 6 ◦ blue 4

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

Shades of Free Speech Red #C00604

Tints of Free Speech Red #C00604

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.97%

 BLUE value IS 4 (1.95% from 255) = 1.98%

R = 95.05%
G = 2.97%
B = 1.98%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#C00604 (or 0xC00604) is known color: Free Speech Red. HEX triplet: C0, 06 and 04. RGB value is (192,6,4). Sum of RGB (Red+Green+Blue) = 192+6+4=202 (26% of max value = 765). Red value is 192 (75.39% from 255 or 95.05% from 202); Green value is 6 (2.73% from 255 or 2.97% from 202); Blue value is 4 (1.95% from 255 or 1.98% from 202); Max value from RGB is 192 - color contains mainly: red. Hex color #C00604 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00604 is #3FF9FB. Grayscale: #3D3D3D. Windows color (decimal): -4192764 or 263872. OLE color: 263872.

HSL color Cylindrical-coordinate representation of color #C00604: hue angle of 0.64º degrees, saturation: 0.96, 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 #C00604 is Cyan = 0, Magento = 0.97, Yellow = 0.98 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 6 4 -
CMYK 0 0.97 0.98 0.25
HSL 0.64º 0.96% 0.38% -
HSV(B) 0.64º 0.98% 0.75% -
XYZ 21.83 11.35 1.15 -
YUV 61.39 95.62 221.16 -
System Red Green Blue C M Y K H S L
Decimal 192 6 4 0 0.97 0.98 0.25 0.64 0.96 0.38
Hex C0 6 4 0 61 62 19 1 60 26
Octal 300 6 4 0 141 142 31 1 140 46
Binary 11000000 110 100 0 1100001 1100010 11001 1 1100000 100110

Color Harmonies of #C00604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00604

Black with #C00604

Text Example


Text Example

White with #C00604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00604; }

 p { color: rgb(192,6,4); }

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

background-color css

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

 a { background-color: rgb(192,6,4); }

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

border-color css

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

 span { border-color: rgb(192,6,4); }

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