Html Css Color HEX #CF0301 Free Speech Red

📋 copy color: '#CF0301'

red 207 ◦ green 3 ◦ blue 1

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

Shades of Free Speech Red #CF0301

Tints of Free Speech Red #CF0301

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.42%

 BLUE value IS 1 (0.78% from 255) = 0.47%

R = 98.1%
G = 1.42%
B = 0.47%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#CF0301 (or 0xCF0301) is known color: Free Speech Red. HEX triplet: CF, 03 and 01. RGB value is (207,3,1). Sum of RGB (Red+Green+Blue) = 207+3+1=211 (27% of max value = 765). Red value is 207 (81.25% from 255 or 98.10% from 211); Green value is 3 (1.56% from 255 or 1.42% from 211); Blue value is 1 (0.78% from 255 or 0.47% from 211); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0301 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0301 is #30FCFE. Grayscale: #3F3F3F. Windows color (decimal): -3210495 or 66511. OLE color: 66511.

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

Color convert

RGB 207 3 1 -
CMYK 0 0.99 1.00 0.19
HSL 0.58º 0.99% 0.41% -
HSV(B) 0.58º 1% 0.81% -
XYZ 25.77 13.33 1.24 -
YUV 63.77 92.59 230.16 -
System Red Green Blue C M Y K H S L
Decimal 207 3 1 0 0.99 1.00 0.19 0.58 0.99 0.41
Hex CF 3 1 0 63 64 13 1 63 29
Octal 317 3 1 0 143 144 23 1 143 51
Binary 11001111 11 1 0 1100011 1100100 10011 1 1100011 101001

Color Harmonies of #CF0301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0301

Black with #CF0301

Text Example


Text Example

White with #CF0301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0301; }

 p { color: rgb(207,3,1); }

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

background-color css

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

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

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

border-color css

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

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

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