Html Css Color HEX #CF1401 Free Speech Red

📋 copy color: '#CF1401'

red 207 ◦ green 20 ◦ blue 1

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

Shades of Free Speech Red #CF1401

Tints of Free Speech Red #CF1401

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.77%

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

R = 90.79%
G = 8.77%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#CF1401 (or 0xCF1401) is known color: Free Speech Red. HEX triplet: CF, 14 and 01. RGB value is (207,20,1). Sum of RGB (Red+Green+Blue) = 207+20+1=228 (30% of max value = 765). Red value is 207 (81.25% from 255 or 90.79% from 228); Green value is 20 (8.20% from 255 or 8.77% from 228); Blue value is 1 (0.78% from 255 or 0.44% from 228); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1401 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF1401 is #30EBFE. Grayscale: #4A4A4A. Windows color (decimal): -3206143 or 70863. OLE color: 70863.

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

Color convert

RGB 207 20 1 -
CMYK 0 0.90 1.00 0.19
HSL 5.53º 0.99% 0.41% -
HSV(B) 5.53º 1% 0.81% -
XYZ 25.99 13.77 1.32 -
YUV 73.75 86.95 223.04 -
System Red Green Blue C M Y K H S L
Decimal 207 20 1 0 0.90 1.00 0.19 5.53 0.99 0.41
Hex CF 14 1 0 5A 64 13 6 63 29
Octal 317 24 1 0 132 144 23 6 143 51
Binary 11001111 10100 1 0 1011010 1100100 10011 110 1100011 101001

Color Harmonies of #CF1401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1401

Black with #CF1401

Text Example


Text Example

White with #CF1401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1401; }

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

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

background-color css

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

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

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

border-color css

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

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

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