Html Css Color HEX #CF274A Brick Red

📋 copy color: '#CF274A'

red 207 ◦ green 39 ◦ blue 74

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

Shades of Brick Red #CF274A

Tints of Brick Red #CF274A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.19%

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

R = 64.69%
G = 12.19%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CF274A (or 0xCF274A) is known color: Brick Red. HEX triplet: CF, 27 and 4A. RGB value is (207,39,74). Sum of RGB (Red+Green+Blue) = 207+39+74=320 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.69% from 320); Green value is 39 (15.62% from 255 or 12.19% from 320); Blue value is 74 (29.30% from 255 or 23.12% from 320); Max value from RGB is 207 - color contains mainly: red. Hex color #CF274A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF274A is #30D8B5. Grayscale: #5D5D5D. Windows color (decimal): -3201206 or 4859855. OLE color: 4859855.

HSL color Cylindrical-coordinate representation of color #CF274A: hue angle of 347.5º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CF274A is Cyan = 0, Magento = 0.81, Yellow = 0.64 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 39 74 -
CMYK 0 0.81 0.64 0.19
HSL 347.5º 0.68% 0.48% -
HSV(B) 347.5º 0.81% 0.81% -
XYZ 27.69 15.21 7.95 -
YUV 93.22 117.16 209.15 -
System Red Green Blue C M Y K H S L
Decimal 207 39 74 0 0.81 0.64 0.19 347.5 0.68 0.48
Hex CF 27 4A 0 51 40 13 15C 44 30
Octal 317 47 112 0 121 100 23 534 104 60
Binary 11001111 100111 1001010 0 1010001 1000000 10011 101011100 1000100 110000

Color Harmonies of #CF274A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF274A

Black with #CF274A

Text Example


Text Example

White with #CF274A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF274A; }

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

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

background-color css

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

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

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

border-color css

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

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

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