Html Css Color HEX #CF354A Brick Red

📋 copy color: '#CF354A'

red 207 ◦ green 53 ◦ blue 74

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

Shades of Brick Red #CF354A

Tints of Brick Red #CF354A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.87%

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

R = 61.98%
G = 15.87%
B = 22.16%

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

#CF354A (or 0xCF354A) is known color: Brick Red. HEX triplet: CF, 35 and 4A. RGB value is (207,53,74). Sum of RGB (Red+Green+Blue) = 207+53+74=334 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.98% from 334); Green value is 53 (21.09% from 255 or 15.87% from 334); Blue value is 74 (29.30% from 255 or 22.16% from 334); Max value from RGB is 207 - color contains mainly: red. Hex color #CF354A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF354A is #30CAB5. Grayscale: #656565. Windows color (decimal): -3197622 or 4863439. OLE color: 4863439.

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

Color convert

RGB 207 53 74 -
CMYK 0 0.74 0.64 0.19
HSL 351.82º 0.62% 0.51% -
HSV(B) 351.82º 0.74% 0.81% -
XYZ 28.24 16.31 8.14 -
YUV 101.44 112.52 203.29 -
System Red Green Blue C M Y K H S L
Decimal 207 53 74 0 0.74 0.64 0.19 351.82 0.62 0.51
Hex CF 35 4A 0 4A 40 13 160 3E 33
Octal 317 65 112 0 112 100 23 540 76 63
Binary 11001111 110101 1001010 0 1001010 1000000 10011 101100000 111110 110011

Color Harmonies of #CF354A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF354A

Black with #CF354A

Text Example


Text Example

White with #CF354A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF354A; }

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

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

background-color css

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

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

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

border-color css

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

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

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