Html Css Color HEX #CF130D Free Speech Red

📋 copy color: '#CF130D'

red 207 ◦ green 19 ◦ blue 13

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

Shades of Free Speech Red #CF130D

Tints of Free Speech Red #CF130D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.95%

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

R = 86.61%
G = 7.95%
B = 5.44%

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

#CF130D (or 0xCF130D) is known color: Free Speech Red. HEX triplet: CF, 13 and 0D. RGB value is (207,19,13). Sum of RGB (Red+Green+Blue) = 207+19+13=239 (31% of max value = 765). Red value is 207 (81.25% from 255 or 86.61% from 239); Green value is 19 (7.81% from 255 or 7.95% from 239); Blue value is 13 (5.47% from 255 or 5.44% from 239); Max value from RGB is 207 - color contains mainly: red. Hex color #CF130D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF130D is #30ECF2. Grayscale: #4A4A4A. Windows color (decimal): -3206387 or 857039. OLE color: 857039.

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

Color convert

RGB 207 19 13 -
CMYK 0 0.91 0.94 0.19
HSL 1.86º 0.88% 0.43% -
HSV(B) 1.86º 0.94% 0.81% -
XYZ 26.04 13.76 1.66 -
YUV 74.53 93.28 222.49 -
System Red Green Blue C M Y K H S L
Decimal 207 19 13 0 0.91 0.94 0.19 1.86 0.88 0.43
Hex CF 13 D 0 5B 5E 13 2 58 2B
Octal 317 23 15 0 133 136 23 2 130 53
Binary 11001111 10011 1101 0 1011011 1011110 10011 10 1011000 101011

Color Harmonies of #CF130D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF130D

Black with #CF130D

Text Example


Text Example

White with #CF130D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF130D; }

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

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

background-color css

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

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

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

border-color css

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

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

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