Html Css Color HEX #CF120D Free Speech Red

📋 copy color: '#CF120D'

red 207 ◦ green 18 ◦ blue 13

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

Shades of Free Speech Red #CF120D

Tints of Free Speech Red #CF120D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.56%

 BLUE value IS 13 (5.47% from 255) = 5.46%

R = 86.97%
G = 7.56%
B = 5.46%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#CF120D (or 0xCF120D) is known color: Free Speech Red. HEX triplet: CF, 12 and 0D. RGB value is (207,18,13). Sum of RGB (Red+Green+Blue) = 207+18+13=238 (31% of max value = 765). Red value is 207 (81.25% from 255 or 86.97% from 238); Green value is 18 (7.42% from 255 or 7.56% from 238); Blue value is 13 (5.47% from 255 or 5.46% from 238); Max value from RGB is 207 - color contains mainly: red. Hex color #CF120D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF120D is #30EDF2. Grayscale: #4A4A4A. Windows color (decimal): -3206643 or 856783. OLE color: 856783.

HSL color Cylindrical-coordinate representation of color #CF120D: hue angle of 1.55º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CF120D is Cyan = 0, Magento = 0.91, Yellow = 0.94 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 18 13 -
CMYK 0 0.91 0.94 0.19
HSL 1.55º 0.88% 0.43% -
HSV(B) 1.55º 0.94% 0.81% -
XYZ 26.02 13.73 1.66 -
YUV 73.94 93.62 222.91 -
System Red Green Blue C M Y K H S L
Decimal 207 18 13 0 0.91 0.94 0.19 1.55 0.88 0.43
Hex CF 12 D 0 5B 5E 13 2 58 2B
Octal 317 22 15 0 133 136 23 2 130 53
Binary 11001111 10010 1101 0 1011011 1011110 10011 10 1011000 101011

Color Harmonies of #CF120D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF120D

Black with #CF120D

Text Example


Text Example

White with #CF120D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF120D; }

 p { color: rgb(207,18,13); }

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

background-color css

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

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

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

border-color css

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

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

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