Html Css Color HEX #CF0000 Free Speech Red

📋 copy color: '#CF0000'

red 207 ◦ green 0 ◦ blue 0

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

Shades of Free Speech Red #CF0000

Tints of Free Speech Red #CF0000

RGB

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

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

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

R = 100%
G = 0%
B = 0%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#CF0000 (or 0xCF0000) is known color: Free Speech Red. HEX triplet: CF, 00 and 00. RGB value is (207,0,0). Sum of RGB (Red+Green+Blue) = 207+0+0=207 (27% of max value = 765). Red value is 207 (81.25% from 255 or 100% from 207); Green value is 0 (0.39% from 255 or 0% from 207); Blue value is 0 (0.39% from 255 or 0% from 207); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0000 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0000 is #30FFFF. Grayscale: #3E3E3E. Windows color (decimal): -3211264 or 207. OLE color: 207.

HSL color Cylindrical-coordinate representation of color #CF0000: hue angle of 0º 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 #CF0000 is Cyan = 0, Magento = 1, Yellow = 1 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 0 0 -
CMYK 0 1 1 0.19
HSL 1% 0.41% -
HSV(B) 1% 0.81% -
XYZ 25.73 13.27 1.2 -
YUV 61.89 93.08 231.5 -
System Red Green Blue C M Y K H S L
Decimal 207 0 0 0 1 1 0.19 0 1 0.41
Hex CF 0 0 0 64 64 13 0 64 29
Octal 317 0 0 0 144 144 23 0 144 51
Binary 11001111 0 0 0 1100100 1100100 10011 0 1100100 101001

Color Harmonies of #CF0000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0000

Black with #CF0000

Text Example


Text Example

White with #CF0000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0000; }

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

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

background-color css

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

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

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

border-color css

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

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

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