Html Css Color HEX #CF150B Free Speech Red

📋 copy color: '#CF150B'

red 207 ◦ green 21 ◦ blue 11

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

Shades of Free Speech Red #CF150B

Tints of Free Speech Red #CF150B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.6%

R = 86.61%
G = 8.79%
B = 4.6%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.95

 K value IS 0.19

RGB Variations

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

Color information

#CF150B (or 0xCF150B) is known color: Free Speech Red. HEX triplet: CF, 15 and 0B. RGB value is (207,21,11). Sum of RGB (Red+Green+Blue) = 207+21+11=239 (31% of max value = 765). Red value is 207 (81.25% from 255 or 86.61% from 239); Green value is 21 (8.59% from 255 or 8.79% from 239); Blue value is 11 (4.69% from 255 or 4.60% from 239); Max value from RGB is 207 - color contains mainly: red. Hex color #CF150B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF150B is #30EAF4. Grayscale: #4B4B4B. Windows color (decimal): -3205877 or 726479. OLE color: 726479.

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

Color convert

RGB 207 21 11 -
CMYK 0 0.90 0.95 0.19
HSL 3.06º 0.9% 0.43% -
HSV(B) 3.06º 0.95% 0.81% -
XYZ 26.06 13.83 1.61 -
YUV 75.47 91.62 221.81 -
System Red Green Blue C M Y K H S L
Decimal 207 21 11 0 0.90 0.95 0.19 3.06 0.9 0.43
Hex CF 15 B 0 5A 5F 13 3 5A 2B
Octal 317 25 13 0 132 137 23 3 132 53
Binary 11001111 10101 1011 0 1011010 1011111 10011 11 1011010 101011

Color Harmonies of #CF150B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF150B

Black with #CF150B

Text Example


Text Example

White with #CF150B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF150B; }

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

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

background-color css

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

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

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

border-color css

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

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

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