Html Css Color HEX #CF0600 Free Speech Red

📋 copy color: '#CF0600'

red 207 ◦ green 6 ◦ blue 0

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

Shades of Free Speech Red #CF0600

Tints of Free Speech Red #CF0600

RGB

 RED value IS 207 (81.25% from 255) = 97.18%

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 97.18%
G = 2.82%
B = 0%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#CF0600 (or 0xCF0600) is known color: Free Speech Red. HEX triplet: CF, 06 and 00. RGB value is (207,6,0). Sum of RGB (Red+Green+Blue) = 207+6+0=213 (28% of max value = 765). Red value is 207 (81.25% from 255 or 97.18% from 213); Green value is 6 (2.73% from 255 or 2.82% from 213); Blue value is 0 (0.39% from 255 or 0% from 213); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0600 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0600 is #30F9FF. Grayscale: #414141. Windows color (decimal): -3209728 or 1743. OLE color: 1743.

HSL color Cylindrical-coordinate representation of color #CF0600: hue angle of 1.74º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF0600 is Cyan = 0, Magento = 0.97, Yellow = 1 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 6 0 -
CMYK 0 0.97 1 0.19
HSL 1.74º 1% 0.41% -
HSV(B) 1.74º 1% 0.81% -
XYZ 25.8 13.4 1.23 -
YUV 65.42 91.09 228.99 -
System Red Green Blue C M Y K H S L
Decimal 207 6 0 0 0.97 1 0.19 1.74 1 0.41
Hex CF 6 0 0 61 64 13 2 64 29
Octal 317 6 0 0 141 144 23 2 144 51
Binary 11001111 110 0 0 1100001 1100100 10011 10 1100100 101001

Color Harmonies of #CF0600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0600

Black with #CF0600

Text Example


Text Example

White with #CF0600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0600; }

 p { color: rgb(207,6,0); }

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

background-color css

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

 a { background-color: rgb(207,6,0); }

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

border-color css

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

 span { border-color: rgb(207,6,0); }

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