Html Css Color HEX #CF304A Brick Red

📋 copy color: '#CF304A'

red 207 ◦ green 48 ◦ blue 74

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

Shades of Brick Red #CF304A

Tints of Brick Red #CF304A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.59%

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

R = 62.92%
G = 14.59%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CF304A (or 0xCF304A) is known color: Brick Red. HEX triplet: CF, 30 and 4A. RGB value is (207,48,74). Sum of RGB (Red+Green+Blue) = 207+48+74=329 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.92% from 329); Green value is 48 (19.14% from 255 or 14.59% from 329); Blue value is 74 (29.30% from 255 or 22.49% from 329); Max value from RGB is 207 - color contains mainly: red. Hex color #CF304A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF304A is #30CFB5. Grayscale: #626262. Windows color (decimal): -3198902 or 4862159. OLE color: 4862159.

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

Color convert

RGB 207 48 74 -
CMYK 0 0.77 0.64 0.19
HSL 350.19º 0.62% 0.5% -
HSV(B) 350.19º 0.77% 0.81% -
XYZ 28.03 15.87 8.07 -
YUV 98.51 114.18 205.39 -
System Red Green Blue C M Y K H S L
Decimal 207 48 74 0 0.77 0.64 0.19 350.19 0.62 0.5
Hex CF 30 4A 0 4D 40 13 15E 3E 32
Octal 317 60 112 0 115 100 23 536 76 62
Binary 11001111 110000 1001010 0 1001101 1000000 10011 101011110 111110 110010

Color Harmonies of #CF304A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF304A

Black with #CF304A

Text Example


Text Example

White with #CF304A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF304A; }

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

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

background-color css

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

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

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

border-color css

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

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

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