Html Css Color HEX #CF3D49 Brick Red

📋 copy color: '#CF3D49'

red 207 ◦ green 61 ◦ blue 73

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

Shades of Brick Red #CF3D49

Tints of Brick Red #CF3D49

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.89%

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

R = 60.7%
G = 17.89%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CF3D49 (or 0xCF3D49) is known color: Brick Red. HEX triplet: CF, 3D and 49. RGB value is (207,61,73). Sum of RGB (Red+Green+Blue) = 207+61+73=341 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.70% from 341); Green value is 61 (24.22% from 255 or 17.89% from 341); Blue value is 73 (28.91% from 255 or 21.41% from 341); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3D49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3D49 is #30C2B6. Grayscale: #6A6A6A. Windows color (decimal): -3195575 or 4799951. OLE color: 4799951.

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

Color convert

RGB 207 61 73 -
CMYK 0 0.71 0.65 0.19
HSL 355.07º 0.6% 0.53% -
HSV(B) 355.07º 0.71% 0.81% -
XYZ 28.6 17.08 8.09 -
YUV 106.02 109.37 200.02 -
System Red Green Blue C M Y K H S L
Decimal 207 61 73 0 0.71 0.65 0.19 355.07 0.6 0.53
Hex CF 3D 49 0 47 41 13 163 3C 35
Octal 317 75 111 0 107 101 23 543 74 65
Binary 11001111 111101 1001001 0 1000111 1000001 10011 101100011 111100 110101

Color Harmonies of #CF3D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3D49

Black with #CF3D49

Text Example


Text Example

White with #CF3D49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3D49; }

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

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

background-color css

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

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

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

border-color css

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

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

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