Html Css Color HEX #CF234A Brick Red

📋 copy color: '#CF234A'

red 207 ◦ green 35 ◦ blue 74

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

Shades of Brick Red #CF234A

Tints of Brick Red #CF234A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.08%

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

R = 65.51%
G = 11.08%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CF234A (or 0xCF234A) is known color: Brick Red. HEX triplet: CF, 23 and 4A. RGB value is (207,35,74). Sum of RGB (Red+Green+Blue) = 207+35+74=316 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.51% from 316); Green value is 35 (14.06% from 255 or 11.08% from 316); Blue value is 74 (29.30% from 255 or 23.42% from 316); Max value from RGB is 207 - color contains mainly: red. Hex color #CF234A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF234A is #30DCB5. Grayscale: #5A5A5A. Windows color (decimal): -3202230 or 4858831. OLE color: 4858831.

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

Color convert

RGB 207 35 74 -
CMYK 0 0.83 0.64 0.19
HSL 346.4º 0.71% 0.47% -
HSV(B) 346.4º 0.83% 0.81% -
XYZ 27.57 14.96 7.91 -
YUV 90.87 118.48 210.83 -
System Red Green Blue C M Y K H S L
Decimal 207 35 74 0 0.83 0.64 0.19 346.4 0.71 0.47
Hex CF 23 4A 0 53 40 13 15A 47 2F
Octal 317 43 112 0 123 100 23 532 107 57
Binary 11001111 100011 1001010 0 1010011 1000000 10011 101011010 1000111 101111

Color Harmonies of #CF234A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF234A

Black with #CF234A

Text Example


Text Example

White with #CF234A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF234A; }

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

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

background-color css

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

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

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

border-color css

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

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

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