Html Css Color HEX #CF374C Brick Red

📋 copy color: '#CF374C'

red 207 ◦ green 55 ◦ blue 76

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

Shades of Brick Red #CF374C

Tints of Brick Red #CF374C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 22.49%

R = 61.24%
G = 16.27%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.63

 K value IS 0.19

RGB Variations

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

Color information

#CF374C (or 0xCF374C) is known color: Brick Red. HEX triplet: CF, 37 and 4C. RGB value is (207,55,76). Sum of RGB (Red+Green+Blue) = 207+55+76=338 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.24% from 338); Green value is 55 (21.88% from 255 or 16.27% from 338); Blue value is 76 (30.08% from 255 or 22.49% from 338); Max value from RGB is 207 - color contains mainly: red. Hex color #CF374C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF374C is #30C8B3. Grayscale: #666666. Windows color (decimal): -3197108 or 4995023. OLE color: 4995023.

HSL color Cylindrical-coordinate representation of color #CF374C: hue angle of 351.71º 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 #CF374C is Cyan = 0, Magento = 0.73, Yellow = 0.63 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 55 76 -
CMYK 0 0.73 0.63 0.19
HSL 351.71º 0.61% 0.51% -
HSV(B) 351.71º 0.73% 0.81% -
XYZ 28.4 16.52 8.53 -
YUV 102.84 112.86 202.29 -
System Red Green Blue C M Y K H S L
Decimal 207 55 76 0 0.73 0.63 0.19 351.71 0.61 0.51
Hex CF 37 4C 0 49 3F 13 160 3D 33
Octal 317 67 114 0 111 77 23 540 75 63
Binary 11001111 110111 1001100 0 1001001 111111 10011 101100000 111101 110011

Color Harmonies of #CF374C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF374C

Black with #CF374C

Text Example


Text Example

White with #CF374C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF374C; }

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

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

background-color css

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

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

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

border-color css

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

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

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