Html Css Color HEX #CF324A Brick Red

📋 copy color: '#CF324A'

red 207 ◦ green 50 ◦ blue 74

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

Shades of Brick Red #CF324A

Tints of Brick Red #CF324A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.11%

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

R = 62.54%
G = 15.11%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CF324A (or 0xCF324A) is known color: Brick Red. HEX triplet: CF, 32 and 4A. RGB value is (207,50,74). Sum of RGB (Red+Green+Blue) = 207+50+74=331 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.54% from 331); Green value is 50 (19.92% from 255 or 15.11% from 331); Blue value is 74 (29.30% from 255 or 22.36% from 331); Max value from RGB is 207 - color contains mainly: red. Hex color #CF324A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF324A is #30CDB5. Grayscale: #636363. Windows color (decimal): -3198390 or 4862671. OLE color: 4862671.

HSL color Cylindrical-coordinate representation of color #CF324A: hue angle of 350.83º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CF324A is Cyan = 0, Magento = 0.76, Yellow = 0.64 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 50 74 -
CMYK 0 0.76 0.64 0.19
HSL 350.83º 0.62% 0.5% -
HSV(B) 350.83º 0.76% 0.81% -
XYZ 28.11 16.04 8.09 -
YUV 99.68 113.51 204.55 -
System Red Green Blue C M Y K H S L
Decimal 207 50 74 0 0.76 0.64 0.19 350.83 0.62 0.5
Hex CF 32 4A 0 4C 40 13 15F 3E 32
Octal 317 62 112 0 114 100 23 537 76 62
Binary 11001111 110010 1001010 0 1001100 1000000 10011 101011111 111110 110010

Color Harmonies of #CF324A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF324A

Black with #CF324A

Text Example


Text Example

White with #CF324A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF324A; }

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

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

background-color css

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

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

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

border-color css

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

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

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