Html Css Color HEX #CF314A Brick Red

📋 copy color: '#CF314A'

red 207 ◦ green 49 ◦ blue 74

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

Shades of Brick Red #CF314A

Tints of Brick Red #CF314A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 22.42%

R = 62.73%
G = 14.85%
B = 22.42%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CF314A (or 0xCF314A) is known color: Brick Red. HEX triplet: CF, 31 and 4A. RGB value is (207,49,74). Sum of RGB (Red+Green+Blue) = 207+49+74=330 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.73% from 330); Green value is 49 (19.53% from 255 or 14.85% from 330); Blue value is 74 (29.30% from 255 or 22.42% from 330); Max value from RGB is 207 - color contains mainly: red. Hex color #CF314A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF314A is #30CEB5. Grayscale: #636363. Windows color (decimal): -3198646 or 4862415. OLE color: 4862415.

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

Color convert

RGB 207 49 74 -
CMYK 0 0.76 0.64 0.19
HSL 350.51º 0.62% 0.5% -
HSV(B) 350.51º 0.76% 0.81% -
XYZ 28.07 15.96 8.08 -
YUV 99.09 113.85 204.97 -
System Red Green Blue C M Y K H S L
Decimal 207 49 74 0 0.76 0.64 0.19 350.51 0.62 0.5
Hex CF 31 4A 0 4C 40 13 15F 3E 32
Octal 317 61 112 0 114 100 23 537 76 62
Binary 11001111 110001 1001010 0 1001100 1000000 10011 101011111 111110 110010

Color Harmonies of #CF314A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF314A

Black with #CF314A

Text Example


Text Example

White with #CF314A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF314A; }

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

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

background-color css

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

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

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

border-color css

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

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

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