Html Css Color HEX #CF283F Brick Red

📋 copy color: '#CF283F'

red 207 ◦ green 40 ◦ blue 63

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

Shades of Brick Red #CF283F

Tints of Brick Red #CF283F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.9%

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

R = 66.77%
G = 12.9%
B = 20.32%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CF283F (or 0xCF283F) is known color: Brick Red. HEX triplet: CF, 28 and 3F. RGB value is (207,40,63). Sum of RGB (Red+Green+Blue) = 207+40+63=310 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.77% from 310); Green value is 40 (16.02% from 255 or 12.90% from 310); Blue value is 63 (25% from 255 or 20.32% from 310); Max value from RGB is 207 - color contains mainly: red. Hex color #CF283F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF283F is #30D7C0. Grayscale: #5C5C5C. Windows color (decimal): -3200961 or 4139215. OLE color: 4139215.

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

Color convert

RGB 207 40 63 -
CMYK 0 0.81 0.70 0.19
HSL 351.74º 0.68% 0.48% -
HSV(B) 351.74º 0.81% 0.81% -
XYZ 27.39 15.14 6.18 -
YUV 92.56 111.33 209.63 -
System Red Green Blue C M Y K H S L
Decimal 207 40 63 0 0.81 0.70 0.19 351.74 0.68 0.48
Hex CF 28 3F 0 51 46 13 160 44 30
Octal 317 50 77 0 121 106 23 540 104 60
Binary 11001111 101000 111111 0 1010001 1000110 10011 101100000 1000100 110000

Color Harmonies of #CF283F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF283F

Black with #CF283F

Text Example


Text Example

White with #CF283F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF283F; }

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

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

background-color css

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

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

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

border-color css

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

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

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