Html Css Color HEX #CF2649 Brick Red

📋 copy color: '#CF2649'

red 207 ◦ green 38 ◦ blue 73

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

Shades of Brick Red #CF2649

Tints of Brick Red #CF2649

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.95%

 BLUE value IS 73 (28.91% from 255) = 22.96%

R = 65.09%
G = 11.95%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CF2649 (or 0xCF2649) is known color: Brick Red. HEX triplet: CF, 26 and 49. RGB value is (207,38,73). Sum of RGB (Red+Green+Blue) = 207+38+73=318 (42% of max value = 765). Red value is 207 (81.25% from 255 or 65.09% from 318); Green value is 38 (15.23% from 255 or 11.95% from 318); Blue value is 73 (28.91% from 255 or 22.96% from 318); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2649 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2649 is #30D9B6. Grayscale: #5C5C5C. Windows color (decimal): -3201463 or 4794063. OLE color: 4794063.

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

Color convert

RGB 207 38 73 -
CMYK 0 0.82 0.65 0.19
HSL 347.57º 0.69% 0.48% -
HSV(B) 347.57º 0.82% 0.81% -
XYZ 27.63 15.13 7.77 -
YUV 92.52 116.99 209.65 -
System Red Green Blue C M Y K H S L
Decimal 207 38 73 0 0.82 0.65 0.19 347.57 0.69 0.48
Hex CF 26 49 0 52 41 13 15C 45 30
Octal 317 46 111 0 122 101 23 534 105 60
Binary 11001111 100110 1001001 0 1010010 1000001 10011 101011100 1000101 110000

Color Harmonies of #CF2649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2649

Black with #CF2649

Text Example


Text Example

White with #CF2649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2649; }

 p { color: rgb(207,38,73); }

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

background-color css

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

 a { background-color: rgb(207,38,73); }

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

border-color css

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

 span { border-color: rgb(207,38,73); }

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