Html Css Color HEX #CF243F Brick Red

📋 copy color: '#CF243F'

red 207 ◦ green 36 ◦ blue 63

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

Shades of Brick Red #CF243F

Tints of Brick Red #CF243F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.76%

 BLUE value IS 63 (25% from 255) = 20.59%

R = 67.65%
G = 11.76%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CF243F (or 0xCF243F) is known color: Brick Red. HEX triplet: CF, 24 and 3F. RGB value is (207,36,63). Sum of RGB (Red+Green+Blue) = 207+36+63=306 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.65% from 306); Green value is 36 (14.45% from 255 or 11.76% from 306); Blue value is 63 (25% from 255 or 20.59% from 306); Max value from RGB is 207 - color contains mainly: red. Hex color #CF243F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF243F is #30DBC0. Grayscale: #5A5A5A. Windows color (decimal): -3201985 or 4138191. OLE color: 4138191.

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

Color convert

RGB 207 36 63 -
CMYK 0 0.83 0.70 0.19
HSL 350.53º 0.7% 0.48% -
HSV(B) 350.53º 0.83% 0.81% -
XYZ 27.26 14.89 6.14 -
YUV 90.21 112.65 211.3 -
System Red Green Blue C M Y K H S L
Decimal 207 36 63 0 0.83 0.70 0.19 350.53 0.7 0.48
Hex CF 24 3F 0 53 46 13 15F 46 30
Octal 317 44 77 0 123 106 23 537 106 60
Binary 11001111 100100 111111 0 1010011 1000110 10011 101011111 1000110 110000

Color Harmonies of #CF243F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF243F

Black with #CF243F

Text Example


Text Example

White with #CF243F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF243F; }

 p { color: rgb(207,36,63); }

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

background-color css

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

 a { background-color: rgb(207,36,63); }

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

border-color css

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

 span { border-color: rgb(207,36,63); }

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