Html Css Color HEX #CF313F Brick Red

📋 copy color: '#CF313F'

red 207 ◦ green 49 ◦ blue 63

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

Shades of Brick Red #CF313F

Tints of Brick Red #CF313F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.36%

 BLUE value IS 63 (25% from 255) = 19.75%

R = 64.89%
G = 15.36%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CF313F (or 0xCF313F) is known color: Brick Red. HEX triplet: CF, 31 and 3F. RGB value is (207,49,63). Sum of RGB (Red+Green+Blue) = 207+49+63=319 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.89% from 319); Green value is 49 (19.53% from 255 or 15.36% from 319); Blue value is 63 (25% from 255 or 19.75% from 319); Max value from RGB is 207 - color contains mainly: red. Hex color #CF313F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF313F is #30CEC0. Grayscale: #616161. Windows color (decimal): -3198657 or 4141519. OLE color: 4141519.

HSL color Cylindrical-coordinate representation of color #CF313F: hue angle of 354.68º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CF313F is Cyan = 0, Magento = 0.76, Yellow = 0.70 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 49 63 -
CMYK 0 0.76 0.70 0.19
HSL 354.68º 0.62% 0.5% -
HSV(B) 354.68º 0.76% 0.81% -
XYZ 27.73 15.82 6.29 -
YUV 97.84 108.35 205.86 -
System Red Green Blue C M Y K H S L
Decimal 207 49 63 0 0.76 0.70 0.19 354.68 0.62 0.5
Hex CF 31 3F 0 4C 46 13 163 3E 32
Octal 317 61 77 0 114 106 23 543 76 62
Binary 11001111 110001 111111 0 1001100 1000110 10011 101100011 111110 110010

Color Harmonies of #CF313F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF313F

Black with #CF313F

Text Example


Text Example

White with #CF313F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF313F; }

 p { color: rgb(207,49,63); }

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

background-color css

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

 a { background-color: rgb(207,49,63); }

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

border-color css

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

 span { border-color: rgb(207,49,63); }

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