Html Css Color HEX #CF283E Brick Red

📋 copy color: '#CF283E'

red 207 ◦ green 40 ◦ blue 62

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

Shades of Brick Red #CF283E

Tints of Brick Red #CF283E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 20.06%

R = 66.99%
G = 12.94%
B = 20.06%

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

#CF283E (or 0xCF283E) is known color: Brick Red. HEX triplet: CF, 28 and 3E. RGB value is (207,40,62). Sum of RGB (Red+Green+Blue) = 207+40+62=309 (40% of max value = 765). Red value is 207 (81.25% from 255 or 66.99% from 309); Green value is 40 (16.02% from 255 or 12.94% from 309); Blue value is 62 (24.61% from 255 or 20.06% from 309); Max value from RGB is 207 - color contains mainly: red. Hex color #CF283E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF283E is #30D7C1. Grayscale: #5C5C5C. Windows color (decimal): -3200962 or 4073679. OLE color: 4073679.

HSL color Cylindrical-coordinate representation of color #CF283E: hue angle of 352.1º 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 #CF283E is Cyan = 0, Magento = 0.81, Yellow = 0.70 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 40 62 -
CMYK 0 0.81 0.70 0.19
HSL 352.1º 0.68% 0.48% -
HSV(B) 352.1º 0.81% 0.81% -
XYZ 27.36 15.13 6.04 -
YUV 92.44 110.83 209.71 -
System Red Green Blue C M Y K H S L
Decimal 207 40 62 0 0.81 0.70 0.19 352.1 0.68 0.48
Hex CF 28 3E 0 51 46 13 160 44 30
Octal 317 50 76 0 121 106 23 540 104 60
Binary 11001111 101000 111110 0 1010001 1000110 10011 101100000 1000100 110000

Color Harmonies of #CF283E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF283E

Black with #CF283E

Text Example


Text Example

White with #CF283E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF283E; }

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

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

background-color css

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

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

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

border-color css

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

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

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