Html Css Color HEX #CF364A Brick Red

📋 copy color: '#CF364A'

red 207 ◦ green 54 ◦ blue 74

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

Shades of Brick Red #CF364A

Tints of Brick Red #CF364A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 22.09%

R = 61.79%
G = 16.12%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CF364A (or 0xCF364A) is known color: Brick Red. HEX triplet: CF, 36 and 4A. RGB value is (207,54,74). Sum of RGB (Red+Green+Blue) = 207+54+74=335 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.79% from 335); Green value is 54 (21.48% from 255 or 16.12% from 335); Blue value is 74 (29.30% from 255 or 22.09% from 335); Max value from RGB is 207 - color contains mainly: red. Hex color #CF364A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF364A is #30C9B5. Grayscale: #666666. Windows color (decimal): -3197366 or 4863695. OLE color: 4863695.

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

Color convert

RGB 207 54 74 -
CMYK 0 0.74 0.64 0.19
HSL 352.16º 0.61% 0.51% -
HSV(B) 352.16º 0.74% 0.81% -
XYZ 28.29 16.4 8.15 -
YUV 102.03 112.19 202.87 -
System Red Green Blue C M Y K H S L
Decimal 207 54 74 0 0.74 0.64 0.19 352.16 0.61 0.51
Hex CF 36 4A 0 4A 40 13 160 3D 33
Octal 317 66 112 0 112 100 23 540 75 63
Binary 11001111 110110 1001010 0 1001010 1000000 10011 101100000 111101 110011

Color Harmonies of #CF364A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF364A

Black with #CF364A

Text Example


Text Example

White with #CF364A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF364A; }

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

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

background-color css

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

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

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

border-color css

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

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

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