Html Css Color HEX #CF364D Brick Red

📋 copy color: '#CF364D'

red 207 ◦ green 54 ◦ blue 77

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

Shades of Brick Red #CF364D

Tints of Brick Red #CF364D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.98%

 BLUE value IS 77 (30.47% from 255) = 22.78%

R = 61.24%
G = 15.98%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.63

 K value IS 0.19

RGB Variations

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

Color information

#CF364D (or 0xCF364D) is known color: Brick Red. HEX triplet: CF, 36 and 4D. RGB value is (207,54,77). Sum of RGB (Red+Green+Blue) = 207+54+77=338 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.24% from 338); Green value is 54 (21.48% from 255 or 15.98% from 338); Blue value is 77 (30.47% from 255 or 22.78% from 338); Max value from RGB is 207 - color contains mainly: red. Hex color #CF364D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF364D is #30C9B2. Grayscale: #666666. Windows color (decimal): -3197363 or 5060303. OLE color: 5060303.

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

Color convert

RGB 207 54 77 -
CMYK 0 0.74 0.63 0.19
HSL 350.98º 0.61% 0.51% -
HSV(B) 350.98º 0.74% 0.81% -
XYZ 28.39 16.44 8.7 -
YUV 102.37 113.69 202.63 -
System Red Green Blue C M Y K H S L
Decimal 207 54 77 0 0.74 0.63 0.19 350.98 0.61 0.51
Hex CF 36 4D 0 4A 3F 13 15F 3D 33
Octal 317 66 115 0 112 77 23 537 75 63
Binary 11001111 110110 1001101 0 1001010 111111 10011 101011111 111101 110011

Color Harmonies of #CF364D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF364D

Black with #CF364D

Text Example


Text Example

White with #CF364D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF364D; }

 p { color: rgb(207,54,77); }

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

background-color css

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

 a { background-color: rgb(207,54,77); }

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

border-color css

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

 span { border-color: rgb(207,54,77); }

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