Html Css Color HEX #CF4048 Brick Red

📋 copy color: '#CF4048'

red 207 ◦ green 64 ◦ blue 72

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

Shades of Brick Red #CF4048

Tints of Brick Red #CF4048

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.66%

 BLUE value IS 72 (28.52% from 255) = 20.99%

R = 60.35%
G = 18.66%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CF4048 (or 0xCF4048) is known color: Brick Red. HEX triplet: CF, 40 and 48. RGB value is (207,64,72). Sum of RGB (Red+Green+Blue) = 207+64+72=343 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.35% from 343); Green value is 64 (25.39% from 255 or 18.66% from 343); Blue value is 72 (28.52% from 255 or 20.99% from 343); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4048 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF4048 is #30BFB7. Grayscale: #6B6B6B. Windows color (decimal): -3194808 or 4735183. OLE color: 4735183.

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

Color convert

RGB 207 64 72 -
CMYK 0 0.69 0.65 0.19
HSL 356.64º 0.6% 0.53% -
HSV(B) 356.64º 0.69% 0.81% -
XYZ 28.74 17.4 7.97 -
YUV 107.67 107.88 198.85 -
System Red Green Blue C M Y K H S L
Decimal 207 64 72 0 0.69 0.65 0.19 356.64 0.6 0.53
Hex CF 40 48 0 45 41 13 165 3C 35
Octal 317 100 110 0 105 101 23 545 74 65
Binary 11001111 1000000 1001000 0 1000101 1000001 10011 101100101 111100 110101

Color Harmonies of #CF4048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4048

Black with #CF4048

Text Example


Text Example

White with #CF4048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4048; }

 p { color: rgb(207,64,72); }

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

background-color css

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

 a { background-color: rgb(207,64,72); }

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

border-color css

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

 span { border-color: rgb(207,64,72); }

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