Html Css Color HEX #CF150F Free Speech Red

📋 copy color: '#CF150F'

red 207 ◦ green 21 ◦ blue 15

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

Shades of Free Speech Red #CF150F

Tints of Free Speech Red #CF150F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.64%

 BLUE value IS 15 (6.25% from 255) = 6.17%

R = 85.19%
G = 8.64%
B = 6.17%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CF150F (or 0xCF150F) is known color: Free Speech Red. HEX triplet: CF, 15 and 0F. RGB value is (207,21,15). Sum of RGB (Red+Green+Blue) = 207+21+15=243 (32% of max value = 765). Red value is 207 (81.25% from 255 or 85.19% from 243); Green value is 21 (8.59% from 255 or 8.64% from 243); Blue value is 15 (6.25% from 255 or 6.17% from 243); Max value from RGB is 207 - color contains mainly: red. Hex color #CF150F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF150F is #30EAF0. Grayscale: #4C4C4C. Windows color (decimal): -3205873 or 988623. OLE color: 988623.

HSL color Cylindrical-coordinate representation of color #CF150F: hue angle of 1.88º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CF150F is Cyan = 0, Magento = 0.90, Yellow = 0.93 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 21 15 -
CMYK 0 0.90 0.93 0.19
HSL 1.88º 0.86% 0.44% -
HSV(B) 1.88º 0.93% 0.81% -
XYZ 26.09 13.84 1.75 -
YUV 75.93 93.62 221.49 -
System Red Green Blue C M Y K H S L
Decimal 207 21 15 0 0.90 0.93 0.19 1.88 0.86 0.44
Hex CF 15 F 0 5A 5D 13 2 56 2C
Octal 317 25 17 0 132 135 23 2 126 54
Binary 11001111 10101 1111 0 1011010 1011101 10011 10 1010110 101100

Color Harmonies of #CF150F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF150F

Black with #CF150F

Text Example


Text Example

White with #CF150F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF150F; }

 p { color: rgb(207,21,15); }

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

background-color css

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

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

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

border-color css

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

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

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