Html Css Color HEX #CF3746 Brick Red

📋 copy color: '#CF3746'

red 207 ◦ green 55 ◦ blue 70

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

Shades of Brick Red #CF3746

Tints of Brick Red #CF3746

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.57%

 BLUE value IS 70 (27.73% from 255) = 21.08%

R = 62.35%
G = 16.57%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#CF3746 (or 0xCF3746) is known color: Brick Red. HEX triplet: CF, 37 and 46. RGB value is (207,55,70). Sum of RGB (Red+Green+Blue) = 207+55+70=332 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.35% from 332); Green value is 55 (21.88% from 255 or 16.57% from 332); Blue value is 70 (27.73% from 255 or 21.08% from 332); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3746 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3746 is #30C8B9. Grayscale: #666666. Windows color (decimal): -3197114 or 4601807. OLE color: 4601807.

HSL color Cylindrical-coordinate representation of color #CF3746: hue angle of 354.08º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CF3746 is Cyan = 0, Magento = 0.73, Yellow = 0.66 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 55 70 -
CMYK 0 0.73 0.66 0.19
HSL 354.08º 0.61% 0.51% -
HSV(B) 354.08º 0.73% 0.81% -
XYZ 28.2 16.44 7.48 -
YUV 102.16 109.86 202.78 -
System Red Green Blue C M Y K H S L
Decimal 207 55 70 0 0.73 0.66 0.19 354.08 0.61 0.51
Hex CF 37 46 0 49 42 13 162 3D 33
Octal 317 67 106 0 111 102 23 542 75 63
Binary 11001111 110111 1000110 0 1001001 1000010 10011 101100010 111101 110011

Color Harmonies of #CF3746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3746

Black with #CF3746

Text Example


Text Example

White with #CF3746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3746; }

 p { color: rgb(207,55,70); }

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

background-color css

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

 a { background-color: rgb(207,55,70); }

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

border-color css

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

 span { border-color: rgb(207,55,70); }

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